istanbuljs.github.io icon indicating copy to clipboard operation
istanbuljs.github.io copied to clipboard

Consider mentioning the Intern testing framework

Open jason0x43 opened this issue 8 years ago • 3 comments

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.

jason0x43 avatar Sep 22 '17 15:09 jason0x43

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

bcoe avatar Sep 23 '17 22:09 bcoe

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

jason0x43 avatar Sep 26 '17 14:09 jason0x43

See #85

jason0x43 avatar Oct 02 '17 14:10 jason0x43