Mock app api in user show tests
This commit is contained in:
parent
35c08fcc3c
commit
e7f928a090
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ const $route = {
|
|||
}
|
||||
}
|
||||
|
||||
jest.mock('@/api/app')
|
||||
jest.mock('@/api/nodeInfo')
|
||||
jest.mock('@/api/users')
|
||||
|
||||
|
|
Loading…
Reference in a new issue