Skip to content

Commit

Permalink
Require up-to-date mocha.js for any browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottFreeCode committed May 20, 2016
1 parent b7e9796 commit 95007e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ lint:

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

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

test: lint test-node test-browser

test-browser-unit:
test-browser-unit: mocha.js
@printf "==> [Test :: Browser]\n"
@$(KARMA) start

Expand Down

0 comments on commit 95007e4

Please sign in to comment.