We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b504c commit d6234fbCopy full SHA for d6234fb
Makefile
@@ -61,17 +61,17 @@ test-cov: node_modules
61
--require ./test/bootstrap \
62
$(TESTS) \
63
64
-test-phantom: chai.js
+test-phantom: clean-browser chai.js
65
@printf "==> [Test :: Karma (PhantomJS)]\n"
66
@./node_modules/karma/bin/karma start \
67
--single-run --browsers PhantomJS
68
69
-test-firefox: chai.js
+test-firefox: clean-browser chai.js
70
@printf "==> [Test :: Karma (Firefox)]\n"
71
72
--browsers Firefox
73
74
-test-sauce: chai.js
+test-sauce: clean-browser chai.js
75
@printf "==> [Test :: Karma (Sauce)]\n"
76
@CHAI_TEST_ENV=sauce ./node_modules/karma/bin/karma start \
77
--single-run
0 commit comments