Skip to content

Commit

Permalink
fixup! lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecastelli committed Jun 28, 2024
1 parent e270e58 commit a82efaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-runner-watch-mode-complex.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ test('test to delete has ran');`,
const fixturePaths = Object.fromEntries(Object.keys(fixtureContent)
.map((file) => [file, tmpdir.resolve(file)]));

console.log(fixturePaths)

Object.entries(fixtureContent)
.forEach(([file, content]) => writeFileSync(fixturePaths[file], content));

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

assert.strictEqual(runs.length, 2);

const [firstRun, secondRun] = runs;

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

0 comments on commit a82efaa

Please sign in to comment.