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 021e542 commit 3f77269Copy full SHA for 3f77269
packages/node_modules/overmind/src/index.ts
@@ -127,14 +127,7 @@ export function createOvermindMock<Config extends IConfiguration>(
127
}
128
)
129
130
- return {
131
- actions: mock.actions as any,
132
- effects: mock.effects,
133
- state: mock.state,
134
- onInitialize: (mock as any).onInitialize,
135
- proxyStateTree: (mock as any).proxyStateTree,
136
- eventHub: (mock as any).eventHub,
137
- } as any
+ return mock as any
138
139
140
const hotReloadingCache = {}
0 commit comments