ghostfolio/jest.config.ts
dw-0 2951fb37f9
Feature/Upgrade nx to version 20.0.3 (#3968)
* Upgrade Nx to version 20.0.3

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-21 21:05:10 +02:00

4 lines
128 B
TypeScript

const { getJestProjectsAsync } = require('@nx/jest');
export default async () => ({ projects: await getJestProjectsAsync() });