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 6c1d314 commit 32f4579Copy full SHA for 32f4579
packages/node_modules/overmind/src/index.test.ts
@@ -198,7 +198,7 @@ describe('OPERATORS', () => {
198
}),
199
})
200
201
- expect(app.actions.doThis('foo')).toBe('foo')
+ expect(app.actions.doThis('foo')).toEqual({ value: 'foo' })
202
203
test('debounce', () => {
204
expect.assertions(2)
0 commit comments