mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add mock for KlicktippController.
This commit is contained in:
parent
1f90f9e63b
commit
c41f9bccea
@ -75,15 +75,13 @@ jest.mock('@/emails/sendEmailVariants', () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
jest.mock('@/apis/KlicktippController', () => {
|
jest.mock('@/apis/KlicktippController', () => {
|
||||||
return {
|
return {
|
||||||
__esModule: true,
|
__esModule: true,
|
||||||
subscribe: jest.fn(),
|
subscribe: jest.fn(),
|
||||||
|
getKlickTippUser: jest.fn(),
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
*/
|
|
||||||
|
|
||||||
let admin: User
|
let admin: User
|
||||||
let user: User
|
let user: User
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user