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