jest-handbook-examples icon indicating copy to clipboard operation
jest-handbook-examples copied to clipboard

Examples for The Jest Handbook

Requirements

  • Node LTS
  • npm

Setup

  1. Clone the repository
  2. Run npm install to install required dependencies.

npm scripts

  • npm run test will run passing test suites
  • npm run test:failing will run test suites with failing tests
  • npm run lint will lint all of the files with xo
  • npm run format will run lint with --fix option on all the examples files (and tests).

LICENSE

Code is licensed under the MIT License.