console.error in Hashtag.spec.js #2161

This commit is contained in:
Mo Zargham 2019-11-11 18:15:26 -05:00
parent ce5d67235c
commit 34fb529147

View File

@ -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'] = '<span><slot /></span>'
describe('Hashtag', () => {
let id