Last active
December 26, 2015 07:49
-
-
Save justinvdm/7118051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/run-tests-client.sh b/run-tests-client.sh | |
deleted file mode 100755 | |
index 00aa0f4..0000000 | |
--- a/run-tests-client.sh | |
+++ /dev/null | |
@@ -1,2 +0,0 @@ | |
-#!/bin/sh | |
-mocha-phantomjs go/base/static/js/test/runner.html | |
diff --git a/run-tests-js.sh b/run-tests-js.sh | |
new file mode 100755 | |
index 0000000..b10bef7 | |
--- /dev/null | |
+++ b/run-tests-js.sh | |
@@ -0,0 +1,2 @@ | |
+#!/bin/sh | |
+grunt test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment