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