aboutsummaryrefslogtreecommitdiff
path: root/tests/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.js')
-rwxr-xr-xtests/test.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test.js b/tests/test.js
deleted file mode 100755
index 45b0d05..0000000
--- a/tests/test.js
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/local/bin/seed
-Seed.import_namespace("Indicate");
-
-var indicator = new Indicate.Indicator();
-
-indicator.show();