UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 228 B
import { TestRunnerCtx } from './test-runners/TestRunnerCtx'; export declare function setTestRunnerIntegration(_testRunnerCtx: TestRunnerCtx): void; export declare function getTestRunnerIntegration(): TestRunnerCtx | undefined;