mirror of
https://github.com/twentyhq/twenty.git
synced 2026-04-24 17:00:56 -04:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|