mirror of
https://github.com/moda-gov-tw/tw-did.git
synced 2026-01-09 12:47:58 -05:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|