jest-handbook-examples
jest-handbook-examples copied to clipboard
Examples for The Jest Handbook
Requirements
- Node LTS
- npm
Setup
- Clone the repository
- Run
npm installto install required dependencies.
npm scripts
npm run testwill run passing test suitesnpm run test:failingwill run test suites with failing testsnpm run lintwill lint all of the files with xonpm run formatwill run lint with--fixoption on all the examples files (and tests).
LICENSE
Code is licensed under the MIT License.