Any contribution should observe the convention set fourth in the Code Tour. The following must complete without error prior to making a pull request:
yarn vet
yarn test
When adding or modifying functionality, unit and integration tests must accompany any changes.
Examples of both state and component tests can be found in tests/
.
If any notional data is required for the test ensure an appropriately titled folder is created in tests/mock/
.
If you would like to run unit tests for the project, you can run
yarn test