2022-07-05 23:59:43 +03:00

5 lines
83 B
JavaScript

module.exports = {
preset: 'ts-jest',
testPathIgnorePatterns: ['dist'],
};