mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
|
import { getJestProjects } from '@nrwl/jest';
|
||
|
|
||
|
export default {
|
||
|
projects: getJestProjects(),
|
||
|
};
|