UNPKG

@varlet/cli

Version:
8 lines (7 loc) 210 B
interface TestCommandOptions { watch?: boolean; component?: string; coverage?: boolean; } export declare function test({ component, watch, coverage }: TestCommandOptions): Promise<void>; export {};