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 751f95d commit b7c027dCopy full SHA for b7c027d
runTests.sh
@@ -8,9 +8,9 @@ if ! which coffeelint ; then
8
fi
9
10
if ! which nightwatch ; then
11
- echo "Nightwatch not installed globally. This is necessary for running tests"
+ echo "Nightwatch not installed globally. This is necessary for running tests"
12
echo "npm install nightwatch -g"
13
- exit 1
+ exit 1
14
15
16
NIGHTWATCH_ENV=${NIGHTWATCH_ENV:-default}
0 commit comments