@nrwl/jest
Version:
8 lines (7 loc) • 328 B
TypeScript
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[];