UNPKG

307 BTypeScriptView Raw
1import { TestCbInterface, ResultCbInterface, CompiledContract, AstNode, Options } from './types';
2export declare function runTest(testName: string, testObject: any, contractDetails: CompiledContract, fileAST: AstNode, opts: Options, testCallback: TestCbInterface, resultsCallback: ResultCbInterface): void;