Pavel Murygin cbe7daadca fix test
2022-07-05 20:23:34 +03:00

5 lines
83 B
JavaScript

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