Skip to content

Commit

Permalink
test: more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Feb 9, 2020
1 parent c67cfb5 commit 1cc2108
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 458 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:templates": "./scripts/build-templates.sh",
"build:docs": "esdoc -c .esdoc.json",
"develop:docs": "watch \"yarn build:docs\" . --ignoreDirectoryPattern='/node_modules|docs|dist|coverage|.git|.nyc*./'",
"test": "jest --no-cache --coverage",
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint ./src",
"lint:commit": "commitlint -e",
Expand Down

0 comments on commit 1cc2108

Please sign in to comment.