2022-05-31 19:05:52 +03:00

7 lines
154 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 10000,
testPathIgnorePatterns: ['/node_modules/', 'dist'],
};