Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: add resource to internal module stat test
  • Loading branch information
RafaelGSS committed Sep 28, 2024
commit ee3f3ac643f1176a72be2d7bad6449b2690d8b29
1 change: 1 addition & 0 deletions test/parallel/test-permission-fs-internal-module-stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ for (let i = 0; i < 10_000; i++) {
}, {
code: 'ERR_ACCESS_DENIED',
permission: 'FileSystemRead',
resource: blockedFile,
});
}