mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from "@nx/jest";
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|