This commit is contained in:
Gsk54 2022-12-20 17:41:05 +01:00
parent 9f5c0b66c3
commit c11a2c5093
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const mockAuthRepository = {
}; };
const mockUsernameRepository = { const mockUsernameRepository = {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
findAll: jest.fn().mockImplementation((page, perPage, query) => { findAll: jest.fn().mockImplementation((page, perPage, query) => {
return Promise.resolve(usernames); return Promise.resolve(usernames);
}), }),