Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit bf2693d

Browse files
committed
test(compiler-integration.test.ts: test timeout 10000
1 parent 7e586b6 commit bf2693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ test('CSS compilation logs contain expected output', async () => {
1515
expect(stdout).toContain('color: pink;');
1616
expect(stdout).toContain('@media (max-width: 1024px)');
1717
expect(stdout).toContain('color: aqua;');
18-
});
18+
}, 10000);

0 commit comments

Comments
 (0)