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