UNPKG

nestjs-infisical-sdk

Version:
18 lines (17 loc) 434 B
module.exports = { preset: 'ts-jest/presets/js-with-ts', testEnvironment: 'node', globals: { 'ts-jest': { tsconfig: '<rootDir>/../tsconfig.json', useESM: true } }, transform: { '^.+\\.(t|j)s$': 'ts-jest', '^.+\\.(js|jsx|ts|tsx)$': 'babel-jest' }, rootDir: 'test', extensionsToTreatAsEsm: ['.ts'], transformIgnorePatterns: ['/node_modules/(?!(axios|@infisical/sdk)/)'] };