-
Notifications
You must be signed in to change notification settings - Fork 103
add initial mobx infrastructure #2
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
This PR is ready for review. I added initial unit tests for the mobx store and actions. There's also some configuration updates included for code linting and tweaking the testing framework. Run |
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.
Solid setup! Was able to get everything running locally.
Unusual to see a project starting with >90% of test coverage 😮 👍 great work!
Should we add a Travis run configuration as well? Now that there is a test:ci
action to run?
@guggero I added a I agree that we should add a Travis build. I can work on that in a separate PR. |
This PR just adds the mobx store and some actions to start with. It's WIP for now as I want to add unit tests.