mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:43:12 +02:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { getJestProjectsAsync } from '@nx/jest';
|
|
|
|
export default async () => ({
|
|
projects: await getJestProjectsAsync(),
|
|
});
|