Skip to content

Commit 2bda6fb

Browse files
author
Kent C. Dodds
committed
last cleanup thing
1 parent f600da6 commit 2bda6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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 --watch",
10+
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
1111
"test:debug:win": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
1212
"cy:run": "cypress run",
1313
"cy:open": "cypress open",

0 commit comments

Comments
 (0)