You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository containing basic setup of a project for practicing the Jest testing framework. Sample exercises are taken from the Odin Project Testing Practice page.
Getting started
Install dev dependencies
yarn install
Run the tests
yarn test
About
Repository containing basic setup of a project for practicing the Jest testing framework.