Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 361 Bytes

Contributing guide

Writing tests

Right now, all of our tests are integration tests using Jest's snapshot testing feature. They must pass in order to merge a PR.

To run the tests locally, run npm test.

If the snapshot tests fail, but the diff looks like what you wanted, run npm test -- -u to update them.