Skip to content

Commit 99b2b6a

Browse files
chore: fix coverage
1 parent 8a25ec5 commit 99b2b6a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
},
6565
"jest": {
6666
"collectCoverageFrom": [
67-
"./src/**/*.{js,ts,jsx,tsx}",
68-
"./test/**/*.spec.{js,jsx,ts,tsx}",
69-
"./test/**/*.it.{js,jsx,ts,tsx}",
70-
"./test/**/*.test.{js,jsx,ts,tsx}",
71-
"./test/**/*.e2e.{js,jsx,ts,tsx}",
72-
"!./node_modules/**",
73-
"!./src/swagger.ts",
74-
"!./src/utils/**/*.{js,ts,jsx,tsx}"
67+
"src/**/*.{js,ts,jsx,tsx}",
68+
"test/**/*.spec.{js,jsx,ts,tsx}",
69+
"test/**/*.it.{js,jsx,ts,tsx}",
70+
"test/**/*.test.{js,jsx,ts,tsx}",
71+
"test/**/*.e2e.{js,jsx,ts,tsx}",
72+
"!node_modules/**",
73+
"!src/swagger.ts",
74+
"!src/utils/**/*.{js,ts,jsx,tsx}"
7575
]
7676
},
7777
"dependencies": {

0 commit comments

Comments
 (0)