Skip to content

Frontend Automated Testing

Julia Nguyen edited this page May 15, 2022 · 6 revisions

Jest

The first thing to do is cd client/

Run All Tests Once

yarn test

Run All Tests Indefinitely

yarn test --watch

Run a Specific Test

yarn test app/components/Avatar/__tests__/Avatar.spec.jsx