chore: cleanup
This commit is contained in:
parent
a29f52ee1a
commit
fbdaf8bbef
3 changed files with 4 additions and 317 deletions
|
@ -287,15 +287,10 @@ vi.mock('shiki-es', async (importOriginal) => {
|
|||
}
|
||||
})
|
||||
|
||||
vi.mock('~/components/content/ContentMentionGroup.vue', async () => {
|
||||
const { defineComponent, h } = await import('vue')
|
||||
return {
|
||||
default: defineComponent({
|
||||
setup(props, { slots }) {
|
||||
return () => h('mention-group', null, { default: () => slots?.default?.() })
|
||||
},
|
||||
}),
|
||||
}
|
||||
mockComponent('ContentMentionGroup', {
|
||||
setup(props, { slots }) {
|
||||
return () => h('mention-group', null, { default: () => slots?.default?.() })
|
||||
},
|
||||
})
|
||||
|
||||
mockComponent('AccountHoverWrapper', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue