UNPKG

328 BTypeScriptView Raw
1export declare function getJestProjects(): string[];
2/**
3 * a list of nested projects that have jest configured
4 * to be used in the testPathIgnorePatterns property of a given jest config
5 * https://jestjs.io/docs/configuration#testpathignorepatterns-arraystring
6 * */
7export declare function getNestedJestProjects(): string[];