Skip to content

Commit f744485

Browse files
committed
Disable mocking "promise" in Jest tests
1 parent 642e86b commit f744485

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
@@ -18,6 +18,7 @@
1818
"js"
1919
],
2020
"unmockedModulePathPatterns": [
21+
"promise",
2122
"source-map"
2223
]
2324
},

0 commit comments

Comments
 (0)