Skip to content

Frontend Automated Testing

Julia Nguyen edited this page Dec 2, 2018 · 6 revisions

Jest

The first thing to do is cd client/

Run All Tests Once

yarn test

Run All Tests Indefinitely

yarn test --watch
Clone this wiki locally