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 9cf9d13 commit 1dabe2cCopy full SHA for 1dabe2c
1 file changed
test/parallel/test-node-run.js
@@ -249,7 +249,5 @@ describe('node --run [command]', () => {
249
assert.match(child.stderr, /not a directory/);
250
assert.strictEqual(child.stdout, '');
251
assert.strictEqual(child.code, 1);
252
-
253
- fs.unlinkSync(nonDirPath);
254
});
255
0 commit comments