This repository has been archived on 2024-06-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
NitroPlusTranslator/jest.config.ts

6 lines
126 B
TypeScript

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