aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
blob: 165e7111637fd442d5ed67977ad60d3fcc0a9b3a (plain) (blame)
1
2
3
4
5
6
module.exports = {
    transform: {
        '^.+\\.(t|j)sx?$': ['@swc/jest'],
        '^.+\\.svg$': ['jest-svg-transformer']
    },
}