// eslint-disable-next-line @typescript-eslint/no-var-requires const base = require('../../common.jest.json') module.exports = { ...base, transform: { '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.json' }], }, coverageThreshold: { global: { branches: 6, functions: 9, lines: 13, statements: 13, }, }, }