1.0.0 • Published 6 years ago

jest-watch-master v1.0.0

Weekly downloads
6,602
License
MIT
Repository
github
Last release
6 years ago

Install

Install jest and jest-watch-master

yarn add --dev jest jest-watch-master

# or with NPM

npm install --save-dev jest jest-watch-master

Add it to your Jest config

In your package.json:

{
  "jest": {
    "watchPlugins": ["jest-watch-master"]
  }
}

Or in jest.config.js

module.exports = {
  // ...
  watchPlugins: ['jest-watch-master'],
};

Options

branch: string

To specify a branch other than master, use the branch setting:

{
  "jest": {
    "watchPlugins": [["jest-watch-master", { "branch": "feature" }]]
  }
}
1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago