]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
fix: store type
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 16:27:57 +0000 (17:27 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 16:27:57 +0000 (17:27 +0100)
packages/testing/src/testing.ts

index 0d675ee96ff7156c46193b418a455f0bd8bb85f5..a7bf11be010d5d645c20b4ee2ea66a2ea219ee17 100644 (file)
@@ -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