Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 14d32df

Browse files
committed
jest config option
1 parent ef08774 commit 14d32df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"test": "npm run lint && npm run build && jest --coverage"
4545
},
4646
"jest": {
47+
"clearMocks": true,
4748
"collectCoverageFrom": [
4849
"<rootDir>/source/**/*.js"
4950
],

0 commit comments

Comments
 (0)