aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/testem.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/test/testem.yml')
-rw-r--r--mascara/test/testem.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/mascara/test/testem.yml b/mascara/test/testem.yml
deleted file mode 100644
index f1f5844bd..000000000
--- a/mascara/test/testem.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-launch_in_dev:
- - Chrome
- - Firefox
- - Opera
-launch_in_ci:
- - Chrome
- - Firefox
- - Opera
-framework:
- - qunit
-before_tests: "npm run mascaraCi"
-after_tests: "rm ./background.js ./test-bundle.js ./bundle.js"
-test_page: "./index.html"