UNPKG

@mini2/core

Version:

Mini Express Framework - Lightweight and modular Express.js framework with TypeScript support

22 lines 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/__tests__'], moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], transform: { '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: 'tsconfig.jest.json', diagnostics: true, isolatedModules: false, }, ], }, setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'], testTimeout: 20000, }; exports.default = config; //# sourceMappingURL=jest.config.js.map