better imports organization
This commit is contained in:
parent
6f5eb6c442
commit
42930252b1
167 changed files with 663 additions and 445 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import { shallowMount } from '@vue/test-utils'
|
||||
import vClickOutside from 'click-outside-vue3'
|
||||
import EmojiInput from 'src/components/emoji_input/emoji_input.vue'
|
||||
import { h } from 'vue'
|
||||
|
||||
import EmojiInput from 'src/components/emoji_input/emoji_input.vue'
|
||||
|
||||
const generateInput = (value, padEmoji = true) => {
|
||||
const wrapper = shallowMount(EmojiInput, {
|
||||
global: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue