Repository containing basic setup of a project for practicing the Jest testing framework. Sample exercises are taken from the Odin Project Testing Practice page.
- Install dev dependencies
yarn install
- Run the tests
yarn test
Repository containing basic setup of a project for practicing the Jest testing framework. Sample exercises are taken from the Odin Project Testing Practice page.
yarn install
yarn test