You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix --coverage with --findRelatedTests overwriting collectCoverageFrom options (#6736)
* add test to reproduce #6462
* fix test
* initial attempt, not happy with it
* take 2, happier with this fix
* better test case
* verify stderr is empty
* Update CHANGELOG.md
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
-`[jest-jasmine2]` Use prettier through `require` instead of `localRequire`. Fixes `matchInlineSnapshot` where prettier dependencies like `path` and `fs` are mocked with `jest.mock`. ([#6776](https://github.com/facebook/jest/pull/6776))
16
16
-`[docs]` Fix contributors link ([#6711](https://github.com/facebook/jest/pull/6711))
17
17
-`[website]` Fix website versions page to link to correct language ([#6734](https://github.com/facebook/jest/pull/6734))
18
+
-`[jest-config]` Fix `--coverage` with `--findRelatedTests` overwriting `collectCoverageFrom` options ([#6736](https://github.com/facebook/jest/pull/6736))
0 commit comments