mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
|
|
coveragePathIgnorePatterns: ['<rootDir>/test/'],
|
|
}; |