diff --git a/package.json b/package.json index 8e7896d..7b4ca41 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,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", "version": "run-s test changelog authors && git add ." }, "repository": {