Skip to content

Commit cb4a563

Browse files
author
James Salas
committed
fix: remove window declaration
1 parent 5ddb4a9 commit cb4a563

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/example-app/src/jestGlobalMocks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
declare const window: any;
2-
31
const mock = () => {
42
let storage: { [key: string]: any } = {};
53
return {

0 commit comments

Comments
 (0)