fix tests

This commit is contained in:
Henry Jameson 2026-02-10 21:29:48 +02:00
commit fd2986ea85
10 changed files with 199 additions and 197 deletions

View file

@ -1,6 +1,8 @@
import { shallowMount } from '@vue/test-utils'
import vClickOutside from 'click-outside-vue3'
import { h } from 'vue'
import { createTestingPinia } from '@pinia/testing'
createTestingPinia()
import EmojiInput from 'src/components/emoji_input/emoji_input.vue'