diff --git a/webapp/components/Hashtag/Hashtag.spec.js b/webapp/components/Hashtag/Hashtag.spec.js index cfb7d7e3f..cfd1a7c2a 100644 --- a/webapp/components/Hashtag/Hashtag.spec.js +++ b/webapp/components/Hashtag/Hashtag.spec.js @@ -1,10 +1,12 @@ -import { shallowMount, createLocalVue } from '@vue/test-utils' +import { config, shallowMount, createLocalVue } from '@vue/test-utils' import Styleguide from '@human-connection/styleguide' import Hashtag from './Hashtag' const localVue = createLocalVue() localVue.use(Styleguide) +config.stubs['nuxt-link'] = '' + describe('Hashtag', () => { let id