From 7b27f9c5b78dc59b6a939033efd46a5d657d47b7 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Fri, 20 Sep 2019 11:24:05 +0530 Subject: [PATCH] package.json - Add --runInBand param to test:src:debug script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {