Fix mocks

This commit is contained in:
Adria Navarro 2023-07-25 12:34:10 +02:00
parent 5f1565886f
commit 39ba4a544a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ jest.mock("../../utilities/redis", () => ({
checkTestFlag: () => {
return false
},
shutdown: jest.fn(),
}))
jest.spyOn(global.console, "error")