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 5ddb4a9 commit cb4a563Copy full SHA for cb4a563
packages/example-app/src/jestGlobalMocks.ts
@@ -1,5 +1,3 @@
1
-declare const window: any;
2
-
3
const mock = () => {
4
let storage: { [key: string]: any } = {};
5
return {
0 commit comments