We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1f8a commit f938b25Copy full SHA for f938b25
1 file changed
tests/tools/console.test.ts
@@ -62,7 +62,7 @@ describe('console', () => {
62
`
63
console.log('Service Worker starting...');
64
console.warn('This is a warning from Service Worker');
65
- setTimeout(() => {
+ globalThis.setTimeout(() => {
66
throw new Error('Intentional error from Service Worker');
67
}, 100);
68
`,
0 commit comments