gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
15 lines (14 loc) • 555 B
TypeScript
/**
* Requires a global `it` function to be available.
*
* @example
* it(..matchWrittenFiles('eureka', () => ['file'], true));
*/
export declare const matchWrittenFiles: (title: string, expectedFilesGetter: () => string[], shouldMatch: boolean) => [string, () => void];
/**
* Requires a global `it` function to be available.
*
* @example
* it(..matchWrittenFiles('eureka', { 'generator-jhipster': { config: true } }, true));
*/
export declare const matchWrittenConfig: (title: string, config: any, shouldMatch: boolean) => [string, () => void];