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