mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 05:24:56 +01:00
pinia colada mock warning
This commit is contained in:
parent
1def3efe3f
commit
e17c5f05bb
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