mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
* chore: use Nx workspace lint rules Closes #3162 * Fix lint * Fix lint on BE * Fix tests --------- Co-authored-by: Charles Bochet <[email protected]>
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|