0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 19:32:47 +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",
"server"
],
"coveragePathIgnorePatterns": [
"build/*"
],
"coverageThreshold" : {
"global" : {
"statements" : 25,