Any contribution should observe the convention set fourth in the Code Tour. The following must complete without error prior to making a pull request:
gulp vet
gulp 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/
.
The gulp autotest
task can be used to automatically run the test suite as you
are developing.