Skip to content

Commit

Permalink
[ci skip] document Jest/Watchman issue and common workaround (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcdonald authored and ccpricenytimes committed Dec 9, 2016
1 parent 8683fbf commit 580b1cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ Runs Jest with `--coverage`.
You can update the Jest configuration by defining a `modifyJestConfig` function in your `kyt.config.js`.
See [modifyJestConfig](/docs/kytConfig.md#modifyJestConfig) instructions.

### Troubleshooting

#### Tests are hanging and/or `test-watch` is broken on OSX Sierra

See [facebook/jest#1767](https://github.com/facebook/jest/issues/1767) for various workarounds, the most common of which are installing or reinstalling [Watchman](https://facebook.github.io/watchman/).

## lint

The `lint` command lints all files in the `src/` directory using ESLint.
Expand Down

0 comments on commit 580b1cc

Please sign in to comment.