summaryrefslogtreecommitdiff
path: root/tests/frontend/runner.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/runner.js')
-rw-r--r--tests/frontend/runner.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/frontend/runner.js b/tests/frontend/runner.js
new file mode 100644
index 00000000..042f6c91
--- /dev/null
+++ b/tests/frontend/runner.js
@@ -0,0 +1,7 @@
+(function(){
+ //allow iframe access
+ document.domain = document.domain;
+
+ //start test framework
+ mocha.run();
+})() \ No newline at end of file