We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse
1 parent 838646f commit 2762c1cCopy full SHA for 2762c1c
src/parse.d.ts
@@ -18,5 +18,4 @@ export interface Argv {
18
suites: Suite[];
19
}
20
21
-// TODO: named `parse` export
22
-export function parse(dir: string, pattern: string, opts?: Partial<Options>): Promise<Argv>;
+export function parse(dir?: string, pattern?: string|RegExp, opts?: Partial<Options>): Promise<Argv>;
0 commit comments