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
- Host: GitHub
- URL: https://github.com/hugodf/jest-handbook-examples
- Owner: HugoDF
- License: mit
- Created: 2019-12-15T10:02:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T16:12:30.000Z (11 months ago)
- Last Synced: 2024-10-11T12:11:44.810Z (7 months ago)
- Topics: jest, jest-handbook, jest-tests
- Language: JavaScript
- Homepage: https://jesthandbook.com
- Size: 4.34 MB
- Stars: 20
- Watchers: 2
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).