awekas/jest.config.ts
Felix Dürrwald f11c3d80f6
Some checks failed
CI / main (push) Failing after 1m15s
Initial commit
2024-09-25 07:32:29 +02:00

6 lines
126 B
TypeScript

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