mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Renamed DevTools Jest config to be more concistent with others
This commit is contained in:
@@ -102,7 +102,8 @@
|
||||
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js",
|
||||
"debug-test": "cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source.js --runInBand",
|
||||
"test": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js",
|
||||
"test-devtools": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.devtools.js",
|
||||
"test-devtools": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-devtools.js",
|
||||
"debug-test-devtools": "cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source-devtools.js --runInBand",
|
||||
"test-persistent": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-persistent.js",
|
||||
"debug-test-persistent": "cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source-persistent.js --runInBand",
|
||||
"test-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.source.js",
|
||||
|
||||
Reference in New Issue
Block a user