forked from AkkomaGang/admin-fe
Mock settings api in reports tests
This commit is contained in:
parent
da2c1c5dfd
commit
457264b72c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ localVue.use(Element)
|
|||
|
||||
jest.mock('@/api/app')
|
||||
jest.mock('@/api/reports')
|
||||
jest.mock('@/api/settings')
|
||||
|
||||
describe('Reports', () => {
|
||||
let store
|
||||
|
|
Loading…
Reference in a new issue