aboutsummaryrefslogtreecommitdiffstats
path: root/testem.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testem.yml')
-rw-r--r--testem.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testem.yml b/testem.yml
new file mode 100644
index 000000000..a13422b3a
--- /dev/null
+++ b/testem.yml
@@ -0,0 +1,10 @@
+launch_in_dev:
+ - Chrome
+ - Firefox
+framework:
+ - QUnit
+test_page: "test/integration/index.html"
+before_tests: "browserify ./mock-dev.js -o ./development/bundle.js"
+after_tests: "rm ./development/bundle.js"
+src_files: "./mock-dev.js"
+