twenty/jest.config.mjs
neo773 3ef94f6e8c
Refactor read only object and fields (#13936)
Co-authored-by: Charles Bochet <charles@twenty.com>
2025-08-19 18:10:35 +02:00

5 lines
96 B
JavaScript

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