Skip to content

Commit 6eadf90

Browse files
chore: fix coverage
1 parent ac1ba6c commit 6eadf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"**/test/**/*.it.{js,jsx,ts,tsx}",
7070
"**/test/**/*.test.{js,jsx,ts,tsx}",
7171
"**/test/**/*.e2e.{js,jsx,ts,tsx}",
72-
"!/node_modules/",
72+
"!**/node_modules/**",
7373
"!**/src/swagger.ts",
7474
"!**/src/utils/**/*.{js,ts,jsx,tsx}"
7575
]

0 commit comments

Comments
 (0)