pinia colada mock warning

This commit is contained in:
Gauthier Roebroeck 2025-06-25 12:00:05 +08:00
parent 1def3efe3f
commit e17c5f05bb

View file

@ -5,6 +5,7 @@ import { mount } from '@vue/test-utils'
export const createMockColada = (setupFn: () => unknown) => {
return mount(
{
template: '<p></p>',
setup() {
setupFn()
return {}