mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
package.json - Add --runInBand param to test:src:debug script
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
"test:src:watch": "npm run test:src -- --watch",
|
||||
"test:umd": "jest --config ./scripts/jest/config.umd.js",
|
||||
"test:umdprod": "jest --config ./scripts/jest/config.umdprod.js",
|
||||
"test:src:debug": "node --inspect ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.src.js",
|
||||
"test:src:debug": "node --inspect ./node_modules/jest/bin/jest.js --runInBand --config ./scripts/jest/config.src.js",
|
||||
"version": "run-s test authors docs && git add ."
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user