Skip to content

Commit f938b25

Browse files
committed
chore: attempt test fix on windows
1 parent 37e1f8a commit f938b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tools/console.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('console', () => {
6262
`
6363
console.log('Service Worker starting...');
6464
console.warn('This is a warning from Service Worker');
65-
setTimeout(() => {
65+
globalThis.setTimeout(() => {
6666
throw new Error('Intentional error from Service Worker');
6767
}, 100);
6868
`,

0 commit comments

Comments
 (0)