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 8a14634 commit ebcc2c0Copy full SHA for ebcc2c0
packages/node_modules/overmind/src/reaction.test.ts
@@ -84,7 +84,7 @@ describe('Reaction', () => {
84
runCount++
85
expect(foo.bar).toBe('baz2')
86
},
87
- true
+ { nested: true }
88
)
89
90
app.actions.changeFoo()
@@ -130,7 +130,7 @@ describe('Reaction', () => {
130
131
132
133
134
135
}).toThrow()
136
})
0 commit comments