jest-watch-directories icon indicating copy to clipboard operation
jest-watch-directories copied to clipboard

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

Jest watch directories plugin

Packages

jest-watch-directories npm version

A Jest watch plugin to select directories to test

jest-watch-lerna-packages npm version

A Jest watch plugin to select lerna packages to test

jest-watch-yarn-workspaces npm version

A Jest watch plugin to select Yarn workspaces to test

Examples

You can try out these plugins using:

$ yarn # Install dependencies

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