module.exports = {
preset: 'ts-jest',
clearMocks: true,
coverageProvider: 'v8',
silent: true,
testEnvironment: 'node',
testTimeout: 50000,
};