UNPKG

testplane

Version:

Tests framework based on mocha and wdio

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