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
- Host: GitHub
- URL: https://github.com/cameronhunter/jest-watch-directories
- Owner: cameronhunter
- Created: 2018-09-22T21:38:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T21:53:45.000Z (over 7 years ago)
- Last Synced: 2025-04-04T13:39:20.257Z (about 1 year ago)
- Topics: jest, jest-plugin, jest-watch-plugin, lerna, monorepo, yarn
- Language: JavaScript
- Size: 107 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest watch directories plugin
## Packages
### [jest-watch-directories](./packages/jest-watch-directories) [](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) [](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) [](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
```