2018-08-21 16:09:13 -04:00

10 lines
151 B
JavaScript

class CodeCoverage {
constructor(embark, options) {
const self = this;
this.events = embark.events;
this.logger = embark.logger;
}
}