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

https://github.com/cameronhunter/jest-watch-directories

Jest watch plugins to filter to directories, lerna packages, or yarn workspaces
https://github.com/cameronhunter/jest-watch-directories

jest jest-plugin jest-watch-plugin lerna monorepo yarn

Last synced: 4 months ago
JSON representation

Jest watch plugins to filter to directories, lerna packages, or yarn workspaces

Awesome Lists containing this project

README

          

# Jest watch directories plugin

## Packages

### [jest-watch-directories](./packages/jest-watch-directories) [![npm version](https://badge.fury.io/js/jest-watch-directories.svg)](https://npmjs.com/package/jest-watch-directories)

A Jest watch plugin to select directories to test

### [jest-watch-lerna-packages](./packages/jest-watch-lerna-packages) [![npm version](https://badge.fury.io/js/jest-watch-lerna-packages.svg)](https://npmjs.com/package/jest-watch-lerna-packages)

A Jest watch plugin to select [lerna packages](https://lernajs.io/) to test

### [jest-watch-yarn-workspaces](./packages/jest-watch-yarn-workspaces) [![npm version](https://badge.fury.io/js/jest-watch-yarn-workspaces.svg)](https://npmjs.com/package/jest-watch-yarn-workspaces)

A Jest watch plugin to select [Yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) to test

## Examples

You can try out these plugins using:

```sh
$ yarn # Install dependencies

$ yarn example:directories
$ yarn example:lerna-packages
$ yarn example:yarn-workspaces
```