mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { getJestProjectsAsync } from '@nx/jest';
|
|
|
|
export default async () => ({
|
|
projects: await getJestProjectsAsync(),
|
|
});
|