feat: basic integration with TipTap (#87)
This commit is contained in:
parent
019a36c9bb
commit
c2810fd5eb
14 changed files with 722 additions and 31 deletions
|
@ -4,7 +4,7 @@ import { renderToString } from 'vue/server-renderer'
|
|||
import { format } from 'prettier'
|
||||
import { contentToVNode } from '~/composables/content'
|
||||
|
||||
describe('rich-content', () => {
|
||||
describe('content-rich', () => {
|
||||
it('empty', async () => {
|
||||
const { formatted } = await render('')
|
||||
expect(formatted).toMatchSnapshot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue