Skip to content

Commit

Permalink
feat: collection du code coverage pour l'app export
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 8, 2024
1 parent 82ecb9e commit fd53a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"npm": ">=8"
},
"scripts": {
"test": "jest",
"test": "jest --collectCoverage --coverageReporters html --coverageReporters text-summary --coverageReporters lcovonly --detectOpenHandles",
"start": "node src/app.js",
"dev": "npx dotenv -e ../stylo.env npm run start",
"prod": "NODE_ENV=production node --heapsnapshot-signal=SIGUSR2 src/app.js"
Expand Down

0 comments on commit fd53a14

Please sign in to comment.