UNPKG

sleeveforarm

Version:
7 lines (6 loc) 533 B
/// <reference types="mocha" /> import * as CliUtilities from "../src/cliUtilities"; export declare const testingDirParentPath: string; export declare function setupMochaTestLogging(mochaThis: Mocha.IBeforeAndAfterContext, emptyDir?: boolean): Promise<[string, string]>; export declare function tearDownMochaTestLogging(resourcesInEnvironment: CliUtilities.InfraResourceType[], testingDirFullPath: string, mochaState: Mocha.IBeforeAndAfterContext): Promise<void>; export declare function generateRandomTestGroupName(): string;