mobx-state-tree
mobx-state-tree copied to clipboard
Can't mock action invoked by another action
Bug report
- [X] I've checked documentation and searched for existing issues
- [X] I've made sure my project is based on the latest MST version
- [X] Fork this code sandbox or another minimal reproduction.
Sandbox link or minimal reproduction code
https://codesandbox.io/s/mobx-state-tree-todolist-forked-00045?file=/tests/index.test.js:0-260
Describe the expected behavior
The mocked action should be invoked by the parent action in the test.
Describe the observed behavior
The mocked action isn't invoked.