Skip to content

Commit 46a5cec

Browse files
committed
test
1 parent 56880cd commit 46a5cec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/codegen/src/runner.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ describe('runCMKInWatchMode', () => {
6767

6868
console.log('update file');
6969
await writeFile(textFilePath, '1');
70+
const startTime = Date.now();
7071
await waitFor(() => {
72+
console.log('elapsed', Date.now() - startTime);
7173
assert(globalThis.changeCount === 1, `Expected changeCount to be 1, but got ${globalThis.changeCount}`);
7274
});
7375

0 commit comments

Comments
 (0)