Skip to content

Commit

Permalink
Cleanup jest test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Dec 29, 2023
1 parent 8bb8812 commit f7a3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "nodemon",
"test": "jest --coverage --collectCoverageFrom='src/**/*.ts' --coverageReporters='text,cobertura'"
"test": "jest --coverage"
},
"author": "Dick Wolff",
"repository": {
Expand Down

0 comments on commit f7a3bcf

Please sign in to comment.