Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

About

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

  1. Install dev dependencies yarn install
  2. Run the tests yarn test