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