Skip to content
Snippets Groups Projects
Commit 408b8db9 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Mock api calls in settings tests

parent 4c58b157
Branches
Tags
No related merge requests found
......@@ -14,6 +14,10 @@ const localVue = createLocalVue()
localVue.use(Vuex)
localVue.use(Element)
jest.mock('@/api/app')
jest.mock('@/api/nodeInfo')
jest.mock('@/api/settings')
describe('Settings search', () => {
let store
let actions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment