Fixed unit tests

This commit is contained in:
Vito Albano
2023-11-22 21:07:53 +00:00
parent 6de7662e71
commit c498fe809e
17 changed files with 448 additions and 400 deletions

View File

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