Files
angular-challenges/jest.config.ts
2024-12-06 21:47:34 +01:00

6 lines
126 B
TypeScript

import { getJestProjectsAsync } from '@nx/jest';
export default async () => ({
projects: await getJestProjectsAsync(),
});