@netatwork/mocha-utils
Version:
Utility package for mocha based test setup
8 lines • 306 B
TypeScript
import mocha from 'mocha';
declare class JunitSpecReporter extends mocha.reporters.Base {
private readonly junitReporter;
private readonly specReporter;
constructor(runner: mocha.Runner, options: mocha.MochaOptions);
}
export = JunitSpecReporter;
//# sourceMappingURL=JunitSpecReporter.d.ts.map