Skip to content

Commit 44e3229

Browse files
author
Ives van Hoorne
committed
Fix codesandbox#525 for service worker inconsistencies
1 parent 9c242a2 commit 44e3229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/app/src/sandbox/eval/tests/jest-lite.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,7 @@ export default class TestRunner {
371371
}
372372
}
373373
};
374+
375+
// We stub this, because old versions of CodeSandbox still needs this
376+
reportError = () => {};
374377
}

0 commit comments

Comments
 (0)