UNPKG

@blackbaud/skyux-lib-stache

Version:

This library was generated with [Nx](https://nx.dev).

17 lines (16 loc) 604 B
import { SchematicTestRunner, UnitTestTree } from '@angular-devkit/schematics/testing'; import { Schema } from '@schematics/angular/ng-new/schema'; /** * Creates a new Angular CLI application. */ export declare function createTestApp(runner: SchematicTestRunner, appOptions: { projectName: string; options?: Partial<Schema>; }): Promise<UnitTestTree>; /** * Create a test workspace with a library as the default project. */ export declare function createTestLibrary(runner: SchematicTestRunner, libOptions: { projectName: string; options?: Partial<Schema>; }): Promise<UnitTestTree>;