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