mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-12 14:05:16 +03:00
9667164942
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9063 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: 1f5918b1e56452967a93739ffc21b4cfafbd84e4
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { getJestProjects } from '@nrwl/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|