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.

5 lines 140 B
export interface InitGeneratorSchema { skipPackageJson?: boolean; skipFormat?: boolean; preset?: "none" | "react" | "vue"; }