mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
|
module.exports = {
|
||
|
|
preset: 'ts-jest',
|
||
|
|
testEnvironment: 'node',
|
||
|
|
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
|
||
|
|
coveragePathIgnorePatterns: ['<rootDir>/test/'],
|
||
|
|
};
|