increase coverage reequirement to 70

This commit is contained in:
Ulf Gebhardt 2023-06-20 19:26:08 +02:00
parent ec4eff86f7
commit 42ea5a3025
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -11,7 +11,7 @@ module.exports = {
],
coverageThreshold: {
global: {
lines: 57,
lines: 70,
},
},
testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],