Skip to content

Commit

Permalink
npm test with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Dec 2, 2020
1 parent f284915 commit b2b8a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
"test-spec": "jest \"spec/*.ts\"",
"test-cov": "jest \"spec/*.ts\" --coverage",
"test": "npm run build && npm run eslint && npm run test-spec"
"test": "npm run build && npm run eslint && npm run test-cov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b2b8a6a

Please sign in to comment.