We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf8b1a commit c43b873Copy full SHA for c43b873
mocha.sh
@@ -8,4 +8,4 @@
8
9
# tried also gulp-mocha and node `which gulp` test,
10
# but it hangs after tests, not sure why, mocha.sh works fine so leave it as is
11
-NODE_PRESERVE_SYMLINKS=1 NODE_PATH=./modules NODE_ENV=test node node_modules/.bin/mocha --reporter spec --colors --timeout 100000 --require should --recursive --ui bdd $*
+NODE_PRESERVE_SYMLINKS=1 NODE_PATH=./modules NODE_ENV=test node node_modules/.bin/mocha --full-trace --allow-uncaught --require should --recursive $*
0 commit comments