mirror of
https://github.com/zizifn/edgetunnel
synced 2024-11-22 18:07:07 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { getJestProjects } from '@nrwl/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|