UNPKG

testplane

Version:

Tests framework based on mocha and wdio

9 lines (8 loc) 271 B
export class MochaEventBus extends EventEmitter<[never]> { static events: Mocha.SuiteConstants; static create(...args: any[]): MochaEventBus; constructor(rootSuite: any); #private; } import { EventEmitter } from "events"; import Mocha = require("mocha");