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 236 B
export interface VueTestComponentGeneratorSchema { name?: string; project: string; directory?: string; pascalCaseFiles?: boolean; pascalCaseDirectory?: boolean; js?: boolean; flat?: boolean; fileName?: string; }