mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
pinia colada mock warning
This commit is contained in:
parent
20b04ea00b
commit
cdb5af0ba9
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import { mount } from '@vue/test-utils'
|
|||
export const createMockColada = (setupFn: () => unknown) => {
|
||||
return mount(
|
||||
{
|
||||
template: '<p></p>',
|
||||
setup() {
|
||||
setupFn()
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue