File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,5 @@ module.exports = {
55 } ,
66 globals : {
77 __DEV__ : true
8- } ,
9- moduleNameMapper : {
10- "^react-router$" : "<rootDir>/../../build/react-router" ,
11- "^react-router-dom$" : "<rootDir>/../../build/react-router-dom" ,
12- "^react-router-dom\\/server$" :
13- "<rootDir>/../../build/react-router-dom/server"
148 }
159} ;
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ module.exports = {
77 globals : {
88 __DEV__ : true
99 } ,
10- moduleNameMapper : {
11- "^react-router$" : "<rootDir>/../../build/react-router" ,
12- "^react-router-native$" : "<rootDir>/../../build/react-router-native"
13- } ,
1410 modulePaths : [
1511 "<rootDir>/node_modules" // for react-native
1612 ] ,
Original file line number Diff line number Diff line change @@ -5,8 +5,5 @@ module.exports = {
55 } ,
66 globals : {
77 __DEV__ : true
8- } ,
9- moduleNameMapper : {
10- "^react-router$" : "<rootDir>/../../build/react-router"
118 }
129} ;
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ if (args.includes("--watch")) {
2222 jestArgs . push ( "--watch" ) ;
2323}
2424
25+ if ( args . includes ( "--watchAll" ) ) {
26+ jestArgs . push ( "--watchAll" ) ;
27+ }
28+
2529if ( args . includes ( "-u" ) ) {
2630 jestArgs . push ( "-u" ) ;
2731}
You can’t perform that action at this time.
0 commit comments