peach a19a732be8 commit message | hace 2 años | |
---|---|---|
.. | ||
CHANGELOG.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
index.d.ts | hace 2 años | |
index.js | hace 2 años | |
package.json | hace 2 años |
Use this module to start and stop the V8 inspector manually and collect precise coverage.
const {CoverageInstrumenter} = require('collect-v8-coverage');
const instrumenter = new CoverageInstrumenter();
await instrumenter.startInstrumenting();
// require some modules, run some code
const coverage = await instrumenter.stopInstrumenting();