Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).