ihsanktmr / jest-handbook-examples

Examples for The Jest Handbook

Home Page:https://jesthandbook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples for The Jest Handbook

https://jesthandbook.com

License:MIT License


Languages

Language:JavaScript 100.0%