Skip to content

Commit d112842

Browse files
committed
lint
1 parent 4b26149 commit d112842

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/sequential/test-watch-mode-restart-esm-loading-error.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { spawn } from 'node:child_process';
77
import { writeFileSync } from 'node:fs';
88
import { inspect } from 'node:util';
99
import { createInterface } from 'node:readline';
10-
import { it, before } from 'node:test';
1110

1211
if (common.isIBMi)
1312
common.skip('IBMi does not support `fs.watch()`');
@@ -124,4 +123,4 @@ try {
124123
]);
125124
} finally {
126125
await done();
127-
}
126+
}

0 commit comments

Comments
 (0)