1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix mocks

This commit is contained in:
Adria Navarro 2023-07-25 12:34:10 +02:00
parent 5f1565886f
commit 39ba4a544a

View file

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