Skip to content

Commit addf616

Browse files
author
Kent C. Dodds
committed
test:debug should probably just watch
1 parent f72fead commit addf616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "is-ci \"test:coverage\" \"test:watch\"",
88
"test:coverage": "jest --coverage",
99
"test:watch": "jest --watch",
10-
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
11-
"test:debug:win": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
10+
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
11+
"test:debug:win": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
1212
"cy:run": "cypress run",
1313
"cy:open": "cypress open",
1414
"test:e2e": "is-ci \"test:e2e:run\" \"test:e2e:dev\"",

0 commit comments

Comments
 (0)