automated_api/jest.config.js

6 lines
175 B
JavaScript
Raw Normal View History

2025-01-09 16:10:19 +08:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
coveragePathIgnorePatterns: ['<rootDir>/test/'],
};