Irina Glushko 2389e7160b HW1 done | hace 3 años | |
---|---|---|
.. | ||
CHANGELOG.md | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
index.d.ts | hace 3 años | |
index.js | hace 3 años | |
package.json | hace 3 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();