UNPKG

@moonwall/cli

Version:

Testing framework for the Moon family of projects

4 lines (3 loc) 215 B
import type { Environment } from "@moonwall/types"; export declare function commonChecks(env: Environment): Promise<void>; export declare function executeScript(scriptCommand: string, args?: string): Promise<void>;