UNPKG

@nrwl/jest

Version:

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

8 lines (7 loc) 328 B
export declare function getJestProjects(): string[]; /** * a list of nested projects that have jest configured * to be used in the testPathIgnorePatterns property of a given jest config * https://jestjs.io/docs/configuration#testpathignorepatterns-arraystring * */ export declare function getNestedJestProjects(): string[];