UNPKG

@nx-plugins/testing-library

Version:

The Nx Plugin for Testing Library that contains executors and generators for allowing your workspace to use powerful Testing Library testing capabilities.

4 lines (3 loc) 171 B
import { Tree } from '@nrwl/devkit'; import { NormalizedSchema } from '../generator'; export declare function createFiles(host: Tree, options: NormalizedSchema): void;