Skip to content

Commit d8c53f8

Browse files
committed
fixup! lint
1 parent fa2d227 commit d8c53f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/parallel/test-runner-watch-mode-complex.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ test('test to delete has ran');`,
4444
const fixturePaths = Object.fromEntries(Object.keys(fixtureContent)
4545
.map((file) => [file, tmpdir.resolve(file)]));
4646

47-
console.log(fixturePaths)
48-
4947
Object.entries(fixtureContent)
5048
.forEach(([file, content]) => writeFileSync(fixturePaths[file], content));
5149

@@ -88,7 +86,7 @@ describe('test runner watch mode with more complex setup', () => {
8886
child.kill();
8987

9088
assert.strictEqual(runs.length, 2);
91-
89+
9290
const [firstRun, secondRun] = runs;
9391

9492
assert.match(firstRun, /# tests 3/);

0 commit comments

Comments
 (0)