Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Last active December 26, 2015 07:49
Show Gist options
  • Save justinvdm/7118051 to your computer and use it in GitHub Desktop.
Save justinvdm/7118051 to your computer and use it in GitHub Desktop.
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