UNPKG

@nx/jest

Version:

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

9 lines (7 loc) 181 B
export interface JestInitSchema { skipFormat?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; updatePackageScripts?: boolean; addPlugin?: boolean; }