Edit File: index.d.ts
export = test; declare function test(root: any, options: any, callback: any): Promise<import("./legacy").TestResult | import("./legacy").TestResult[]>;
Back to File Manager