Skip to content

Testing

Francis Goh edited this page Oct 26, 2019 · 6 revisions

Guide on how to test

Infrastructure around testing

We use Jest as our test runner.

How to run tests

yarn test or yarn test:update

Todo: add documentation on when to use which.

Resources:

Clone this wiki locally