@o3r/schematics
Version:
Schematics module of the Otter framework
9 lines • 434 B
TypeScript
import type { SchematicContext } from '@angular-devkit/schematics';
import type { AvailableTestFrameworks, WorkspaceSchema } from '../../interfaces';
/**
* Get the test framework
* @param workspaceOptions the workspace options
* @param context
*/
export declare function getTestFramework(workspaceOptions: WorkspaceSchema | null, context: SchematicContext): AvailableTestFrameworks | undefined;
//# sourceMappingURL=index.d.ts.map