Skip to content

Commit 294898f

Browse files
committed
Freshened up configuration and boilerplate
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent bf5ab9c commit 294898f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"test": "npm run build:prod && NODE_ENV=production MAIN=dist/package/production jest --runInBand",
3131
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
3232
"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"
33+
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
3434
}
3535
}

0 commit comments

Comments
 (0)