We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff409e commit 9b92217Copy full SHA for 9b92217
packages/testing/src/testing.ts
@@ -43,7 +43,7 @@ export interface TestingOptions {
43
stubActions?:
44
| boolean
45
| string[]
46
- | ((actionName: string, store: any) => boolean)
+ | ((actionName: string, store: StoreGeneric) => boolean)
47
48
/**
49
* When set to true, calls to `$patch()` won't change the state. Defaults to
0 commit comments