We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e9796 commit 95007e4Copy full SHA for 95007e4
Makefile
@@ -42,11 +42,11 @@ lint:
42
43
test-node: test-bdd test-tdd test-qunit test-exports test-unit test-integration test-jsapi test-compilers test-glob test-requires test-reporters test-only
44
45
-test-browser: mocha.js test-browser-unit test-browser-bdd test-browser-qunit test-browser-tdd test-browser-exports
+test-browser: test-browser-unit test-browser-bdd test-browser-qunit test-browser-tdd test-browser-exports
46
47
test: lint test-node test-browser
48
49
-test-browser-unit:
+test-browser-unit: mocha.js
50
@printf "==> [Test :: Browser]\n"
51
@$(KARMA) start
52
0 commit comments