@sentry/wizard
Version:
Sentry wizard helping you to configure your project
23 lines • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const dotenv_1 = require("dotenv");
(0, dotenv_1.config)({
path: '.env',
});
exports.default = {
collectCoverage: true,
testTimeout: 360000,
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
},
verbose: true,
};
//# sourceMappingURL=jest.config.js.map