Files
fog/jest.config.ts

7 lines
179 B
TypeScript
Raw Permalink Normal View History

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