39% but error

This commit is contained in:
2024-10-19 10:57:44 +03:00
parent 5f386c0f4e
commit 79289457c9
6 changed files with 11 additions and 6 deletions
+3
View File
@@ -9,6 +9,9 @@ jest.mock('@brojs/cli', () => {
},
getNavigationsValue(key) {
return mockedConfig.navigations[key]
},
getConfigValue(key) {
return mockedConfig.config[key]
}
}
})