UNPKG

130 BTypeScriptView Raw
1import { IArgv } from './types';
2export default function runTest(argv: IArgv, platformId: string, command: string): Promise<any>;