mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { getJestProjects } from '@nrwl/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|