Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360640
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
460 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 8, 08:10 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034312
Default Alt Text
(460 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment