5 lines
83 B
JavaScript
Raw Permalink Normal View History

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