aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 93dbd8200..b341fc0d0 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -1,8 +1,8 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2 2
3cd client || exit -1 3cd client || exit -1
4npm test 4npm test || exit -1
5 5
6cd .. || exit -1 6cd .. || exit -1
7standard 7standard || exit -1
8mocha server/tests 8mocha server/tests