-
Notifications
You must be signed in to change notification settings - Fork 48
Adds MobX / MobX React Lite #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you please check this? #63 (comment) |
8e8a1f1 to
5a354a9
Compare
Fixed! |
dai-shi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not generate the JSON output when running all the tests together.
I don't know... any error message? Does it work without mobx?
__tests__/all_spec.js
Outdated
|
|
||
| const names = [ | ||
| // 'react-state', | ||
| 'mobx', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add it to the end of the array.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
5a354a9 to
58c06dd
Compare
Disregard. It works OK now. |
dai-shi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
@dai-shi I could not generate the JSON output when running all the tests together. Thus, I was unable to update the README with MobX. If I comment out all the other test cases and only run
'mobx'it works as expected. Please advise if you have any guidance on how to update the README for everything.Thank you