Page MenuHomeSealhub

No OneTemporary

diff --git a/tests/run_test.sh b/tests/run_test.sh
index 6a7c8cf6..3f8e9120 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -1,10 +1,17 @@
#/bin/bash
if hash mocha 2>/dev/null; then
echo "mocha installed"
else
echo "installing mocha"
npm install -g mocha
fi
+if hash should 2>/dev/null; then
+ echo "should installed"
+else
+ echo "installing should"
+ npm install -g should
+fi
+
node tests/test.js
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 8, 08:10 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034312
Default Alt Text
(460 B)

Event Timeline