Skip to content
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

Consider mentioning the Intern testing framework #79

Open
jason0x43 opened this issue Sep 22, 2017 · 3 comments
Open

Consider mentioning the Intern testing framework #79

jason0x43 opened this issue Sep 22, 2017 · 3 comments

Comments

@jason0x43
Copy link
Contributor

Intern has been using Istanbul internally for instrumentation for several years, and the soon-to-be-released Intern 4 also works with nyc.

Instrumentation is on by default in both the current and dev release. Both versions allow instrumenter options to be set with an instrumenterOptions property. In the current 3.x version the files that are covered are controlled by an excludeInstrumentation property, and in version 4 it's managed with the coverage property.

@bcoe
Copy link
Member

bcoe commented Sep 23, 2017

@jason0x43 would be very happy to mention it, perhaps we could add a tutorial for running tests with coverage for intern?

@jason0x43
Copy link
Contributor Author

Sure, I can do a PR along the lines of some of the other tutorials.

@jason0x43
Copy link
Contributor Author

See #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants