We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f600da6 commit 2bda6fbCopy full SHA for 2bda6fb
package.json
@@ -7,7 +7,7 @@
7
"test": "is-ci \"test:coverage\" \"test:watch\"",
8
"test:coverage": "jest --coverage",
9
"test:watch": "jest --watch",
10
- "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
+ "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",
12
"cy:run": "cypress run",
13
"cy:open": "cypress open",
0 commit comments