Fixed unit tests

This commit is contained in:
Vito Albano
2024-06-03 16:10:04 +01:00
committed by VitoAlbano
parent 33d92e8126
commit be9bcc708a
14 changed files with 443 additions and 395 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
}