Skip to content

Commit 79bda69

Browse files
author
Brian Vaughn
committed
Renamed DevTools Jest config to be more concistent with others
1 parent 66c9fed commit 79bda69

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
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",

0 commit comments

Comments
 (0)