Skip to content

Commit 25aa2c0

Browse files
chore: fix coverage
1 parent bf9431f commit 25aa2c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"pre-commit": "lint-staged"
6363
}
6464
},
65+
"jest": {
66+
"collectCoverageFrom": [
67+
"src/**/*.{js,ts,jsx,tsx}",
68+
"test/**/*.{spec,it,test,e2e}.{js,jsx,ts,tsx}",
69+
"!/node_modules/",
70+
"!src/swagger.ts",
71+
"!src/utils/**/*.{js,ts,jsx,tsx}"
72+
]
73+
},
6574
"dependencies": {
6675
"@types/body-parser": "^1.19.0",
6776
"@types/cookie-parser": "^1.4.2",

0 commit comments

Comments
 (0)