Skip to content
Snippets Groups Projects

:cake: Missing translations

Closed Hannes Heine requested to merge pr1593head into pr1593base
9 files
+ 30
39
Compare changes
  • Side-by-side
  • Inline
Files
9
import { shallowMount, createLocalVue } from '@vue/test-utils'
import Styleguide from '@human-connection/styleguide'
import Tag from './'
import Hashtag from './Hashtag'
const localVue = createLocalVue()
localVue.use(Styleguide)
describe('Tag', () => {
describe('Hashtag', () => {
let id
let Wrapper = () => {
return shallowMount(Tag, {
return shallowMount(Hashtag, {
localVue,
propsData: {
id,
Loading