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.

10 lines 238 B
export interface ReactTestComponentGeneratorSchema { name?: string; project: string; directory?: string; pascalCaseFiles?: boolean; pascalCaseDirectory?: boolean; js?: boolean; flat?: boolean; fileName?: string; }