UNPKG

@platform/test

Version:

Configuration module containing test related modules.

12 lines (11 loc) 308 B
export declare const Test: { files(options?: { dir?: string | undefined; pattern?: string | undefined; }): Promise<string[]>; run(options?: { dir?: string | undefined; pattern?: string | undefined; parallel?: boolean | undefined; }): Promise<void>; };