Results 1 comments of Kaciras

Change your jest config ```javascript transform: { '^.+\\.(t|j)sx?$': '@swc/jest', }, ``` to ```javascript transform: { '^.+\\.(t|j)sx?$': ['@swc/jest'], }, ``` it should work.