We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5ab9c commit 294898fCopy full SHA for 294898f
package.json
@@ -30,6 +30,6 @@
30
"test": "npm run build:prod && NODE_ENV=production MAIN=dist/package/production jest --runInBand",
31
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
32
"test:dev": "NODE_ENV=test jest --runInBand",
33
- "test:debug": "DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
+ "test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
34
}
35
0 commit comments