graphql-engine/frontend/jest.config.ts
Nicolas Beaussart 79d9be5669 frontend: initial nx generation
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5355
GitOrigin-RevId: b54bb378389ab4fae1fdf6b5a5cc97d1fd6abaf9
2022-08-05 18:53:54 +00:00

6 lines
98 B
TypeScript

import { getJestProjects } from '@nrwl/jest';
export default {
projects: getJestProjects(),
};