File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 102102 "postinstall" : " node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js" ,
103103 "debug-test" : " cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source.js --runInBand" ,
104104 "test" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js" ,
105- "test-devtools" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.devtools.js" ,
105+ "test-devtools" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-devtools.js" ,
106+ "debug-test-devtools" : " cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source-devtools.js --runInBand" ,
106107 "test-persistent" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-persistent.js" ,
107108 "debug-test-persistent" : " cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source-persistent.js --runInBand" ,
108109 "test-prod" : " cross-env NODE_ENV=production jest --config ./scripts/jest/config.source.js" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments