-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
Line 17 in 38dff30
await Profiler.startPreciseCoverage({callCount: true, detailed: true}) |
Getting detailed coverage in node is currently still a bit tricky, since it requires that the source is reparsed/recompiled after detailed coverage is enabled.
In Chrome DevTools, that's easy. In Node, not so much. We're looking into ways to make this better :)
fhinkel and bcoe