Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/run-skip-jest-tests
How to run or skip Jest tests, suites and files
https://github.com/hugodf/run-skip-jest-tests
javascript-tests jest jest-tests tdd
Last synced: about 2 months ago
JSON representation
How to run or skip Jest tests, suites and files
- Host: GitHub
- URL: https://github.com/hugodf/run-skip-jest-tests
- Owner: HugoDF
- License: mit
- Created: 2019-10-02T17:56:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:58:03.000Z (about 2 years ago)
- Last Synced: 2024-10-27T22:39:40.942Z (3 months ago)
- Topics: javascript-tests, jest, jest-tests, tdd
- Language: JavaScript
- Size: 565 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 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).