Files
iimtt-api/jest.config.js
Kar l5 2677abe35f init
2024-08-07 21:43:47 +05:30

10 lines
268 B
JavaScript

module.exports = {
testEnvironment: 'node',
testEnvironmentOptions: {
NODE_ENV: 'test',
},
restoreMocks: true,
coveragePathIgnorePatterns: ['node_modules', 'src/config', 'src/app.js', 'tests'],
coverageReporters: ['text', 'lcov', 'clover', 'html'],
};