Skip to content

Commit

Permalink
Merge pull request #11 from bence-toth/5-jest-coverage
Browse files Browse the repository at this point in the history
Added npm script for jest coverage
  • Loading branch information
bence-toth authored Jul 16, 2022
2 parents 7f93dc1 + cd73306 commit ec10ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"lint": "npm run lint-js; npm run lint-css",
"lint-js": "eslint ./src",
"lint-css": "stylelint \"**/*.css\"",
"prettier": "prettier --check ."
"prettier": "prettier --check .",
"test:coverage": "npm test -- --coverage --watchAll=false"
}
}
}

0 comments on commit ec10ac8

Please sign in to comment.