alfresco-ng2-components/jest.config.ts
2024-07-03 15:55:56 +02:00

6 lines
99 B
TypeScript

import { getJestProjects } from '@nrwl/jest';
export default {
projects: getJestProjects()
};