diff --git a/test/views/settings/index.test.js b/test/views/settings/index.test.js index d0bdabc8..961a739d 100644 --- a/test/views/settings/index.test.js +++ b/test/views/settings/index.test.js @@ -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