Skip to content

Commit 1dabe2c

Browse files
committed
lint
1 parent 9cf9d13 commit 1dabe2c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/parallel/test-node-run.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,5 @@ describe('node --run [command]', () => {
249249
assert.match(child.stderr, /not a directory/);
250250
assert.strictEqual(child.stdout, '');
251251
assert.strictEqual(child.code, 1);
252-
253-
fs.unlinkSync(nonDirPath);
254252
});
255253
});

0 commit comments

Comments
 (0)