Skip to content

Commit

Permalink
small unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Aug 31, 2018
1 parent 393a3ef commit 97791b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ test("should be possible to change observed state in an action called from compu
})

var testAction = mobx.action(() => {
mobx._allowStateChangesInsideComputed(() => {
mobx._allowStateChangesInsideComputed(true, () => {
a.set(3)
})
})
Expand Down

0 comments on commit 97791b2

Please sign in to comment.