/* * For a detailed explanation regarding each configuration property and type check, visit: * https://jestjs.io/docs/configuration */ module.exports = { moduleNameMapper: { '^@/(.*)$': '/src/$1', }, clearMocks: true, collectCoverage: true, coverageDirectory: 'coverage', testEnvironment: 'jsdom', }