Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Jan 28, 2018
1 parent 139ffd8 commit af8edc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* `[jest-resolve]` Search required modules in node_modules and then in custom
paths.
([#5403](https://github.com/facebook/jest/pull/5403))
* `[jest-resolve]` Detect absolute paths in `moduleDirectories`. Do not generate
additional (invalid) paths by prepending each ancestor of `cwd` to the
absolute path. Additionally, this patch fixes the functionality in Windows OS.
* `[jest-resolve]` Detect and preserve absolute paths in `moduleDirectories`. Do
not generate additional (invalid) paths by prepending each ancestor of `cwd`
to the absolute path. Additionally, this fixes functionality in Windows OS.
([#5398](https://github.com/facebook/jest/pull/5398))

## jest 22.1.4
Expand Down

0 comments on commit af8edc2

Please sign in to comment.