mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
console.error in Hashtag.spec.js #2161
This commit is contained in:
parent
ce5d67235c
commit
34fb529147
@ -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 Styleguide from '@human-connection/styleguide'
|
||||||
import Hashtag from './Hashtag'
|
import Hashtag from './Hashtag'
|
||||||
|
|
||||||
const localVue = createLocalVue()
|
const localVue = createLocalVue()
|
||||||
localVue.use(Styleguide)
|
localVue.use(Styleguide)
|
||||||
|
|
||||||
|
config.stubs['nuxt-link'] = '<span><slot /></span>'
|
||||||
|
|
||||||
describe('Hashtag', () => {
|
describe('Hashtag', () => {
|
||||||
let id
|
let id
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user