mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { getJestProjectsAsync } from '@nx/jest';
|
|
|
|
export default async () => ({
|
|
projects: await getJestProjectsAsync(),
|
|
});
|