Mock app api in user show tests

This commit is contained in:
Angelina Filippova 2020-10-09 14:02:53 +03:00
parent 35c08fcc3c
commit e7f928a090
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ const $route = {
}
}
jest.mock('@/api/app')
jest.mock('@/api/nodeInfo')
jest.mock('@/api/users')