mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2024-12-22 12:36:01 +08:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from "@nx/jest";
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|