eslint
This commit is contained in:
parent
9f5c0b66c3
commit
c11a2c5093
|
@ -36,6 +36,7 @@ const mockAuthRepository = {
|
|||
};
|
||||
|
||||
const mockUsernameRepository = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
findAll: jest.fn().mockImplementation((page, perPage, query) => {
|
||||
return Promise.resolve(usernames);
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue