https://github.com/hugodf/jest-force-fail
Jest Explicitly/Force fail() a test
https://github.com/hugodf/jest-force-fail
javascript jest jest-tests
Last synced: 23 days ago
JSON representation
Jest Explicitly/Force fail() a test
- Host: GitHub
- URL: https://github.com/hugodf/jest-force-fail
- Owner: HugoDF
- License: mit
- Created: 2019-10-17T17:35:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:57:48.000Z (about 2 years ago)
- Last Synced: 2025-02-13T21:30:20.276Z (3 months ago)
- Topics: javascript, jest, jest-tests
- Language: JavaScript
- Homepage:
- Size: 960 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jest Explicitly/Force fail a test
## Requirements
- Node 10
- Yarn 1.x or npm## Setup
1. Clone the repository
2. Run `yarn` or `npm install` installs all required dependencies.## npm scripts
> Equivalent `npm run ` should also work
- `yarn test` runs the tests with Jest
- `yarn lint` will lint all of the files with [xo](https://github.com/xojs/xo)
- `yarn format` will run lint with `--fix` option on all the examples files (and tests).## LICENSE
Code is licensed under the [MIT License](./LICENSE).