Skip to content

Commit ebcc2c0

Browse files
test(overmind): fix reaction tests
1 parent 8a14634 commit ebcc2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('Reaction', () => {
8484
runCount++
8585
expect(foo.bar).toBe('baz2')
8686
},
87-
true
87+
{ nested: true }
8888
)
8989

9090
app.actions.changeFoo()
@@ -130,7 +130,7 @@ describe('Reaction', () => {
130130
runCount++
131131
expect(foo.bar).toBe('baz2')
132132
},
133-
true
133+
{ nested: true }
134134
)
135135
}).toThrow()
136136
})

0 commit comments

Comments
 (0)