Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add a brand new watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jul 1, 2023
1 parent aa0308a commit 58caa62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/watch-mode/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ test('ignores changes to compiled files with inline compilation', withFixture('t
await fixture.watch({
async 1() {
await this.assertIdle(async () => {
t.log(await fs.readdir(path.join(fixture.dir)));
t.log(await fs.readdir(path.join(fixture.dir, 'build')));
await this.touch('build/test.js');
});
this.done();
Expand Down

0 comments on commit 58caa62

Please sign in to comment.