app/jest.config.ts
2024-08-21 11:26:35 +02:00

6 lines
126 B
TypeScript

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