UNPKG

@o3r/workspace

Version:

Workspace tooling of the Otter Framework

8 lines 340 B
/** * Get the list of Jest Projects in the workspace * @param rootDir Path to the root * @param jestConfigPattern Pattern to the jest config files * @returns list of Jest projects */ export declare const getJestProjects: (rootDir?: string, jestConfigPattern?: string) => string[] | undefined; //# sourceMappingURL=jest.helpers.d.ts.map