Skip to content

Commit 32f4579

Browse files
test(overmind): fix test related to StopExecution
1 parent 6c1d314 commit 32f4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('OPERATORS', () => {
198198
}),
199199
})
200200

201-
expect(app.actions.doThis('foo')).toBe('foo')
201+
expect(app.actions.doThis('foo')).toEqual({ value: 'foo' })
202202
})
203203
test('debounce', () => {
204204
expect.assertions(2)

0 commit comments

Comments
 (0)