@edbzn/nuxt
Version:
<img src="https://github.com/edbzn/nx-nuxt/blob/master/logo.png" alt="@edbzn/nuxt logo" width="500" />
10 lines (9 loc) • 770 B
TypeScript
import { Architect } from '@angular-devkit/architect';
import { TestingArchitectHost } from '@angular-devkit/architect/testing';
import { Rule, Tree } from '@angular-devkit/schematics';
import { MockBuilderContext } from '@nrwl/workspace/testing';
export declare function runSchematic(schematicName: string, options: any, tree: Tree): Promise<import("@angular-devkit/schematics/testing").UnitTestTree>;
export declare function callRule(rule: Rule, tree: Tree): Promise<import("@angular-devkit/schematics/src/tree/interface").Tree>;
export declare function createApp(tree: Tree, appName: string): Promise<Tree>;
export declare function getTestArchitect(): Promise<[Architect, TestingArchitectHost]>;
export declare function getMockContext(): Promise<MockBuilderContext>;