UNPKG

@nrwl/jest

Version:

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

12 lines (11 loc) 243 B
export interface JestInitSchema { compiler?: 'tsc' | 'babel' | 'swc'; js?: boolean; skipPackageJson?: boolean; testEnvironment?: 'node' | 'jsdom' | 'none'; /** * @deprecated */ babelJest?: boolean; rootProject?: boolean; }