0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-07 15:39:49 -05:00
penpot-plugins/jest.config.ts
2024-02-07 07:59:58 +01:00

5 lines
96 B
TypeScript

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