Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created October 27, 2020 17:43
Show Gist options
  • Save armand1m/5e8013f61140dc0a3e369d2d3d9757c8 to your computer and use it in GitHub Desktop.
Save armand1m/5e8013f61140dc0a3e369d2d3d9757c8 to your computer and use it in GitHub Desktop.
Install and setup jest
yarn add -D jest @types/jest
npx add-project-script -n "test" -v "jest"
npx add-project-script -n "test:watch" -v "jest --watch"
npx add-project-script -n "test:coverage" -v "jest --coverage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment