Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid parsing
.require(…)
method calls (jestjs#3777)
This makes sure that a match for `require` is not preceded by a dot and whitespace, thus skipping over method calls to `.require(…)`.
- Loading branch information