Skip to content

Commit 154c418

Browse files
committed
Merge pull request kriasoft#511 from JeffreyATW/jeffreyatw/unmock-core-js
fix(test): add core-js to unmockedModulePathPatterns
2 parents 580ebcf + 4d98ff5 commit 154c418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
},
108108
"unmockedModulePathPatterns": [
109109
"react",
110-
"enzyme"
110+
"enzyme",
111+
"core-js"
111112
]
112113
},
113114
"stylelint": {

0 commit comments

Comments
 (0)