We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7845a commit 529c2d4Copy full SHA for 529c2d4
1 file changed
packages/codegen/src/runner.test.ts
@@ -249,6 +249,9 @@ describe('runCMKInWatchMode', () => {
249
expect(await iff.readFile('generated/src/b.module.css.d.ts')).contain('b_1');
250
});
251
252
+ // Workaround for https://github.com/paulmillr/chokidar/issues/1399
253
+ await sleep(100);
254
+
255
// Change a file
256
await writeFile(iff.join('src/b.module.css'), '.b_2 {');
257
await vi.waitFor(async () => {
0 commit comments