mirror of
https://github.com/origranot/reduced.to.git
synced 2025-03-15 19:51:54 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|