start/jest.config.js
2023-09-01 16:03:20 +08:00

6 lines
175 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
coveragePathIgnorePatterns: ['<rootDir>/test/'],
};