Fixed unit tests

This commit is contained in:
Vito Albano
2024-04-05 12:06:43 +01:00
parent 694194e300
commit ddeae51896
17 changed files with 448 additions and 400 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
}