mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
66077866cb
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6829 GitOrigin-RevId: b0a6a7ccc647ca13863f4c296b7c6b993f784bbb
12 lines
342 B
TypeScript
12 lines
342 B
TypeScript
/* eslint-disable */
|
|
export default {
|
|
displayName: 'console-legacy-ce',
|
|
preset: '../../../jest.preset.js',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'babel-jest',
|
|
},
|
|
setupFilesAfterEnv: ['<rootDir>/src/setupTests.ts'],
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
|
coverageDirectory: '../../../coverage/libs/console/legacy-ce',
|
|
};
|