UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

7 lines (6 loc) 173 B
export declare class RunTest { private static _instance; private constructor(); runTests(specName: string): Promise<void>; static get instance(): RunTest; }