module.exports = {
clearMocks: true,
roots: ['<rootDir>/src', '<rootDir>/tests'],
testEnvironment: 'node',
preset: 'ts-jest',
setupFiles: ['dotenv/config']
}