This commit is contained in:
Jonathan Jogenfors
2024-02-29 23:57:20 +01:00
parent a86b2eaf9b
commit 14e136627e

View File

@@ -14,7 +14,6 @@ export const newDatabaseRepositoryMock = (): jest.Mocked<IDatabaseRepository> =>
runMigrations: jest.fn(),
withLock: jest.fn().mockImplementation((_, function_: <R>() => Promise<R>) => function_()),
tryLock: jest.fn(),
releaseLock: jest.fn(),
isBusy: jest.fn(),
wait: jest.fn(),
};