Skip to content

Commit ea4a280

Browse files
authored
chore: Fix coverage data
1 parent 1d30e21 commit ea4a280

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
"src"
106106
],
107107
"testRegex": "/__tests__/.+-test\\.js$",
108-
"testEnvironment": "jsdom"
108+
"testEnvironment": "jsdom",
109+
"coveragePathIgnorePatterns": [
110+
"/node_module/",
111+
"/__tests__/"
112+
]
109113
}
110114
}

0 commit comments

Comments
 (0)