diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index 496dfd7f5..3041cb40a 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -1,4 +1,4 @@ -import { mount, RouterLinkStub } from '@vue/test-utils' +import { shallowMount, RouterLinkStub } from '@vue/test-utils' import App from './App' const localVue = global.localVue @@ -32,7 +32,7 @@ describe('App', () => { let wrapper const Wrapper = () => { - return mount(App, { localVue, mocks, stubs }) + return shallowMount(App, { localVue, mocks, stubs }) } describe('mount', () => {