0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 07:50:44 -05:00
penpot-plugins/jest.config.ts

6 lines
96 B
TypeScript
Raw Normal View History

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