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