We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda72b6 commit 80bbdc7Copy full SHA for 80bbdc7
1 file changed
test/parallel/test-permission-diagnostics-channel.js
@@ -19,7 +19,7 @@ dc.subscribe('node:permission-model:fs', (msg) => {
19
20
// Granted permission should not publish
21
fs.readFileSync(__filename);
22
-assert.strictEqual(messages.length, 0, 'Granted checks should not publish');
+assert.strictEqual(messages.length, 0);
23
24
// Denied permission should publish
25
const hasWrite = process.permission.has('fs.write', '/tmp/test');
0 commit comments