0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +00:00

Remove bundled JS from coverage tests

This commit is contained in:
Trevor Buckner
2023-03-21 14:31:49 -04:00
parent fa762cf32f
commit 1b3ed2ad70

View File

@@ -43,6 +43,9 @@
"shared", "shared",
"server" "server"
], ],
"coveragePathIgnorePatterns": [
"build/*"
],
"coverageThreshold" : { "coverageThreshold" : {
"global" : { "global" : {
"statements" : 25, "statements" : 25,