Skip to content

Commit 9b92217

Browse files
committed
fix: store type
1 parent cff409e commit 9b92217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testing/src/testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface TestingOptions {
4343
stubActions?:
4444
| boolean
4545
| string[]
46-
| ((actionName: string, store: any) => boolean)
46+
| ((actionName: string, store: StoreGeneric) => boolean)
4747

4848
/**
4949
* When set to true, calls to `$patch()` won't change the state. Defaults to

0 commit comments

Comments
 (0)