项目文件夹

文件
2026-07-13 12:38:36 +08:00

7 行
186 B
TypeScript

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