mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
11 lines
322 B
TypeScript
11 lines
322 B
TypeScript
|
/* eslint-disable */
|
||
|
export default {
|
||
|
displayName: 'open-api-to-graphql',
|
||
|
preset: '../../jest.preset.js',
|
||
|
transform: {
|
||
|
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
|
||
|
},
|
||
|
moduleFileExtensions: ['ts', 'js', 'html'],
|
||
|
coverageDirectory: '../../coverage/libs/open-api-to-graphql',
|
||
|
};
|