0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-22 22:58:43 -05:00
penpot-plugins/jest.config.ts

6 lines
96 B
TypeScript
Raw Normal View History

2024-02-07 07:59:58 +01:00
import { getJestProjects } from '@nx/jest';
export default {
projects: getJestProjects(),
};