Fixed unit tests

This commit is contained in:
Vito Albano
2024-03-20 09:21:45 +00:00
parent 11939f7592
commit fd43f4e3b1
17 changed files with 472 additions and 403 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = function (config) {
check: {
global: {
statements: 75,
branches: 67,
branches: 65,
functions: 73,
lines: 75
}