Skip to content

Commit 8ea9605

Browse files
Update package.json
1 parent ced278a commit 8ea9605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"scripts": {
2525
"lint": "npx eslint .",
26-
"test": "npx jest --silent"
26+
"test": "npx jest --silent",
27+
"test-with-coverage": "npx jest --coverage"
2728
},
2829
"cds": {
2930
"requires": {

0 commit comments

Comments
 (0)