mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|