mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 07:50:44 -05:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
|
import { getJestProjects } from '@nx/jest';
|
||
|
|
||
|
export default {
|
||
|
projects: getJestProjects(),
|
||
|
};
|