From: Eduardo San Martin Morote Date: Mon, 3 Nov 2025 16:27:57 +0000 (+0100) Subject: fix: store type X-Git-Tag: @pinia/nuxt@0.11.3~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b92217788886fe757d7afd3aee11dff2ddf349c;p=thirdparty%2Fvuejs%2Fpinia.git fix: store type --- diff --git a/packages/testing/src/testing.ts b/packages/testing/src/testing.ts index 0d675ee9..a7bf11be 100644 --- a/packages/testing/src/testing.ts +++ b/packages/testing/src/testing.ts @@ -43,7 +43,7 @@ export interface TestingOptions { stubActions?: | boolean | string[] - | ((actionName: string, store: any) => boolean) + | ((actionName: string, store: StoreGeneric) => boolean) /** * When set to true, calls to `$patch()` won't change the state. Defaults to