1 2 3 4 5 6
module.exports = { transform: { '^.+\\.(t|j)sx?$': ['@swc/jest'], '^.+\\.svg$': ['jest-svg-transformer'] }, }