UNPKG

179 BTypeScriptView Raw
1import { IResult } from '../common';
2export declare function test(args?: {
3 dir?: string;
4 silent?: boolean;
5 watch?: boolean;
6 suffix?: string;
7}): Promise<IResult>;