Fix wrong arguments for mocha in runTests script

This commit is contained in:
Johannes Zellner
2019-05-07 15:31:02 +02:00
parent d221e40602
commit 9cd25e548f
+1 -1
View File
@@ -68,4 +68,4 @@ if [[ $# -gt 0 ]]; then
TESTS="$*"
fi
BOX_ENV=test ./node_modules/mocha/bin/_mocha --bail -- --no-timeouts --exit -R spec ${TESTS}
BOX_ENV=test ./node_modules/mocha/bin/_mocha --bail --no-timeouts --exit -R spec ${TESTS}