mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 11:43:34 +03:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
import { getJestProjects } from '@nx/jest';
|
||
|
|
||
|
export default {
|
||
|
projects: getJestProjects(),
|
||
|
};
|