mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|