Files
CRM-Mono/jest.config.ts
Igor Rybakov acd7ea0792
Some checks failed
CI / main (push) Has been cancelled
Init
2026-03-06 21:47:54 +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(),
});