jeffrifwald / babel-istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
144 stars 23 forks source link

Allow for newer versions of resolve #81

Closed mlucool closed 7 years ago

mlucool commented 7 years ago

This allows for newer versions of resolve (e.g. 1.2.0) which supports a larger range of node versions.

mlucool commented 7 years ago

@jmcriffey Can you take a look?

jeffrifwald commented 7 years ago

Sorry about that, LGTM.

jeffrifwald commented 7 years ago

@mlucool 0.12.2 has been published. Thanks!