-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instrumenter test and callback #703
Conversation
Changes Unknown when pulling a7bdd8a on thegecko:master into ** on istanbuljs:master**. |
@@ -479,6 +479,23 @@ describe('the nyc cli', function () { | |||
done() | |||
}) | |||
}) | |||
|
|||
it('allows a sub-directory of files to be instrumented', function (done) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome \o/ thank you for the test. random aside, I think these integration tests are probably the approach I should have taken all along with nyc, I think I might start retiring some of the older crufty test files that are kicking around.
@thegecko your changes are set to be released in
|
Confirmed!
All changes LGTM |
@bcoe As #697 fixed the source-map issues I was looking to fix in #696, this PR only contains the other minor fixes included in that PR.
Specifically: