remove shallowMount from Navbar.vue

This commit is contained in:
ogerly 2021-12-11 10:31:10 +01:00
parent 2cf7de2e4b
commit 7bd952a14a

View File

@ -1,4 +1,4 @@
import { mount, shallowMount } from '@vue/test-utils'
import { mount } from '@vue/test-utils'
import Navbar from './Navbar'
const localVue = global.localVue