1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Fixing test mocks.

This commit is contained in:
mike12345567 2022-10-07 16:24:04 +01:00
parent 0c4a40c795
commit 39410a07af

View file

@ -1,7 +1,7 @@
jest.mock("../../../utilities/redis", () => ({
init: jest.fn(),
getAllLocks: () => {
return []
getLocksById: () => {
return {}
},
doesUserHaveLock: () => {
return true