Skip to content

Commit 714e949

Browse files
committed
add coverage in tests
1 parent 697c8e7 commit 714e949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "app.ts",
66
"scripts": {
7-
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
7+
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
88
"dev": "nodemon --exec ts-node ./app.ts",
99
"start": "node app.js"
1010
},

0 commit comments

Comments
 (0)