package.json - Add command for running tests with chrome debugger

This commit is contained in:
2019-07-25 01:12:46 +05:30
parent 7e1d813811
commit 0bf27b7016
+1
View File
@@ -34,6 +34,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",
"version": "run-s test changelog authors && git add ." "version": "run-s test changelog authors && git add ."
}, },
"repository": { "repository": {