UNPKG

@itwin/certa

Version:

A mocha-based integration test runner

7 lines 279 B
import { CertaConfig } from "../../CertaConfig"; export declare class NodeTestRunner { static readonly supportsCoverage = true; static readonly supportsCleanup = true; static runTests(config: CertaConfig): Promise<void>; } //# sourceMappingURL=NodeTestRunner.d.ts.map