Fixed unit tests

This commit is contained in:
Vito Albano
2024-03-20 23:10:53 +00:00
parent 87f812546f
commit 6185a0602f
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
}