Browse Source
Jest process doesn’t quit after last test completes. This can cause our tests to fail sometimes, particularly on on Appveyor. As an attempt to get past this previously we had set `--forceExit` in our jest cli options, but this doesn't always work either. Further research suggests that setting ``--maxWorkers=2` could resolve the issue. See - https://github.com/facebook/jest/issues/1456#issuecomment-424356243 - https://github.com/facebook/jest/blob/master/docs/Troubleshooting.md Fix #774, Fix #773renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue