Skip to content

Commit

Permalink
[update] Make default test command single run
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 6, 2015
1 parent 0b3548e commit b8b66bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -46,11 +46,11 @@ clean:
rm -rf dist

test:
NODE_ENV=test $(KARMA) start

test-once:
NODE_ENV=test $(KARMA) start --single-run

test-watch:
NODE_ENV=test $(KARMA) start

test-coverage:
make test-once
make test
$(COVERALLS) < coverage/report-lcov/lcov.info
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"prepublish": "make build",
"release": "make release",
"test": "make test",
"test:watch": "make test-watch",
"coveralls": "make test-coverage",
"sass": "make sass",
"sass:watch": "make sass-watch"
Expand Down

0 comments on commit b8b66bd

Please sign in to comment.