1
0
mirror of https://github.com/origranot/reduced.to.git synced 2025-03-15 19:51:54 +00:00
reduced.to/jest.config.ts
2023-09-09 23:11:34 +03:00

6 lines
96 B
TypeScript

import { getJestProjects } from '@nx/jest';
export default {
projects: getJestProjects(),
};