Skip to content

Commit

Permalink
chore: remove plugin from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Nov 17, 2021
1 parent 890e148 commit 6f5b55a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { mount, createLocalVue, RouterLinkStub } from '@vue/test-utils'
import UiPlugin from '../../plugin'
import UiNavigation from './UiNavigation.vue'
import { menuData } from './UiNavigation.data'

describe('UiNavigation', () => {
let wrapper
beforeEach(() => {
const localVue = createLocalVue()
localVue.use(UiPlugin)
wrapper = mount(UiNavigation, {
stubs: {
NuxtLink: RouterLinkStub
NuxtLink: RouterLinkStub,
CeLink: RouterLinkStub,
SvgIcon: true
},
propsData: {
links: menuData
Expand Down

0 comments on commit 6f5b55a

Please sign in to comment.