Skip to content

Commit 6349762

Browse files
committed
Create jest test framework config file
1 parent 439399d commit 6349762

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jest.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"setupFiles": [
3+
"jest-localstorage-mock"
4+
]
5+
}

0 commit comments

Comments
 (0)