Fixed unit tests

This commit is contained in:
Vito Albano
2023-11-22 21:07:53 +00:00
parent 79d17ec57c
commit 5f64c87ef9
24 changed files with 527 additions and 448 deletions

View File

@@ -29,7 +29,7 @@ module.exports = function (config) {
check: {
global: {
statements: 75,
branches: 67,
branches: 65,
functions: 73,
lines: 75
}