Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BorntraegerMarc committed Mar 20, 2018
2 parents fd8562e + 93afd7d commit 623da33
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test:
@node node_modules/lab/bin/lab -I verbose,dryRun --coverage-exclude lib/interface --coverage-exclude lib/transitions
@node node_modules/lab/bin/lab -I verbose,dryRun,SharedArrayBuffer,Atomics --coverage-exclude lib/interface --coverage-exclude lib/transitions
test-cov:
@node node_modules/lab/bin/lab -t 66 -I verbose,dryRun --coverage-exclude lib/interface --coverage-exclude lib/transitions
@node node_modules/lab/bin/lab -t 66 -I verbose,dryRun,SharedArrayBuffer,Atomics --coverage-exclude lib/interface --coverage-exclude lib/transitions
test-cov-html:
@node node_modules/lab/bin/lab -r html -o coverage.html -I verbose,dryRun --coverage-exclude lib/interface --coverage-exclude lib/transitions
@node node_modules/lab/bin/lab -r html -o coverage.html -I verbose,dryRun,SharedArrayBuffer,Atomics --coverage-exclude lib/interface --coverage-exclude lib/transitions

.PHONY: test test-cov test-cov-html
19 changes: 12 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"balanced-match": "^0.4.2",
"bluebird": "^3.1.1",
"db-migrate-shared": "^1.1.2",
"deep-extend": "^0.4.1",
"deep-extend": "^0.5.0",
"dotenv": "^2.0.0",
"final-fs": "^1.6.0",
"inflection": "^1.10.0",
Expand All @@ -64,7 +64,7 @@
"devDependencies": {
"code": "^4.1.0",
"db-migrate-base": "^1.2.5",
"db-migrate-mysql": "^1.1.7",
"db-migrate-mysql": "^1.1.10",
"db-migrate-sqlite3": "^0.2.1",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
Expand Down

0 comments on commit 623da33

Please sign in to comment.