package.json - Add --runInBand param to test:src:debug script

This commit is contained in:
2019-09-20 11:24:05 +05:30
parent f5c37dc251
commit 7b27f9c5b7
+1 -1
View File
@@ -37,7 +37,7 @@
"test:src:watch": "npm run test:src -- --watch", "test:src:watch": "npm run test:src -- --watch",
"test:umd": "jest --config ./scripts/jest/config.umd.js", "test:umd": "jest --config ./scripts/jest/config.umd.js",
"test:umdprod": "jest --config ./scripts/jest/config.umdprod.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 ." "version": "run-s test authors docs && git add ."
}, },
"husky": { "husky": {