cameronhunter / jest-watch-directories

Jest watch plugins to filter to directories, lerna packages, or yarn workspaces
26 stars 0 forks source link
jest jest-plugin jest-watch-plugin lerna monorepo yarn

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