derby
Version:
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.
11 lines (10 loc) • 330 B
TypeScript
import { ComponentHarness } from './ComponentHarness';
export declare class DomTestRunner {
window?: any;
document?: any;
harnesses: ComponentHarness[];
constructor();
installMochaHooks(options: any): void;
createHarness(): ComponentHarness;
}
export declare function install(options: any): DomTestRunner;