mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 12:01:40 +02:00
pinia colada mock warning
This commit is contained in:
parent
857f1570b2
commit
48b844c19a
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