diff --git a/package.json b/package.json index c852f0c..7f5f249 100644 --- a/package.json +++ b/package.json @@ -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": {