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