unit tests for PostStatusForm
This commit is contained in:
parent
ee2b40d636
commit
75768715ac
7 changed files with 293 additions and 74 deletions
|
|
@ -2,7 +2,7 @@ import { createTestingPinia } from '@pinia/testing'
|
|||
import { shallowMount } from '@vue/test-utils'
|
||||
import { setActivePinia } from 'pinia'
|
||||
|
||||
import ChatView from './chat_view.vue'
|
||||
import ChatView from 'src/components/chat_view/chat_view.vue'
|
||||
|
||||
const message1 = {
|
||||
id: '1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue