mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-02 21:02:41 +00:00
eslint
This commit is contained in:
@@ -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);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user