tehnicni-app/client/jest.config.ts
2025-07-11 16:51:33 +02:00

7 lines
179 B
TypeScript

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