Files
nrwl--nx/jest.config.cts
2026-07-13 12:38:36 +08:00

7 lines
186 B
TypeScript

import type { Config } from 'jest';
const { getJestProjectsAsync } = require('@nx/jest');
module.exports = async (): Promise<Config> => ({
projects: await getJestProjectsAsync(),
});