Skip to content

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

Merged
merged 5 commits into from
Apr 14, 2020
Merged

add initial mobx infrastructure #2

merged 5 commits into from
Apr 14, 2020

Conversation

jamaljsr
Copy link
Member

@jamaljsr jamaljsr commented Apr 9, 2020

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.

@jamaljsr jamaljsr changed the title [WIP] add initial mobx infrastructure add initial mobx infrastructure Apr 11, 2020
@jamaljsr
Copy link
Member Author

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 yarn test:ci to run the unit tests.

@jamaljsr jamaljsr requested review from a team and guggero and removed request for a team April 11, 2020 04:20
Copy link
Member

@guggero guggero left a 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?

@jamaljsr
Copy link
Member Author

@guggero I added a .env.local file and updated the README. Thanks for the suggestion.

I agree that we should add a Travis build. I can work on that in a separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants