We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c8e7 commit 714e949Copy full SHA for 714e949
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "app.ts",
6
"scripts": {
7
- "test": "NODE_OPTIONS=--experimental-vm-modules jest",
+ "test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
8
"dev": "nodemon --exec ts-node ./app.ts",
9
"start": "node app.js"
10
},
0 commit comments