mirror of https://github.com/certd/certd
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
![]() |
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
|
||
|
coveragePathIgnorePatterns: ['<rootDir>/test/'],
|
||
|
};
|