mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix ignore patterns in package.json (#9409)
This commit is contained in:
+2
-2
@@ -110,8 +110,8 @@
|
||||
"jest": {
|
||||
"modulePathIgnorePatterns": [
|
||||
"/.module-cache/",
|
||||
"/react/build/",
|
||||
"/react/scripts/rollup/shims/"
|
||||
"<rootDir>/build/",
|
||||
"<rootDir>/scripts/rollup/shims/"
|
||||
],
|
||||
"rootDir": "",
|
||||
"transform": {
|
||||
|
||||
Reference in New Issue
Block a user