UNPKG

graphql-codegen-typescript-operations-tester

Version:
11 lines (10 loc) 182 B
module.exports = { preset: 'ts-jest', globals: { 'ts-jest': { tsconfig: './test/tsconfig.json', }, }, testEnvironment: 'node', testMatch: ['**/*.spec.ts'], }