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.
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
instrumenterOptionsproperty. In the current 3.x version the files that are covered are controlled by anexcludeInstrumentationproperty, and in version 4 it's managed with thecoverageproperty.