An open API service indexing awesome lists of open source software.

https://github.com/hugodf/jest-handbook-examples

Examples for The Jest Handbook
https://github.com/hugodf/jest-handbook-examples

jest jest-handbook jest-tests

Last synced: about 1 month ago
JSON representation

Examples for The Jest Handbook

Awesome Lists containing this project

README

        

## 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](https://github.com/xojs/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](./LICENSE).