Skip to content

Commit 7cfb8fb

Browse files
Fix Mocha debugging
1 parent 8ca0a4b commit 7cfb8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"postinstall": "npm rebuild node-sass",
2929
"test": "NODE_PATH=./app mocha --require babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'",
30-
"test:debug": "yarn run test -- --debug-brk",
30+
"test:debug": "yarn run test -- debug",
3131
"start": "babel-node server-express.js",
3232
"build:production:client": "NODE_ENV=production webpack -p --config webpack.client.rails.build.config.js",
3333
"build:production:server": "NODE_ENV=production webpack -p --config webpack.server.rails.build.config.js",

0 commit comments

Comments
 (0)