From 0bf27b7016a3e425d3397db9fe333ea8a8645df2 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 25 Jul 2019 01:12:46 +0530 Subject: [PATCH] package.json - Add command for running tests with chrome debugger --- package.json | 1 + 1 file changed, 1 insertion(+) 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": {