UNPKG

@jawis/jatec

Version:
6 lines (5 loc) 173 B
import { TestResult } from "./internal"; export type TestRunner = { runTest: (id: string, absTestFile: string) => Promise<TestResult>; kill: () => Promise<void>; };