1.0.2 • Published 6 years ago
swc-jest v1.0.2
swc-jest
Install
npm install --save-dev swc-jest @swc/coreSetup
You have to define swc-jest as a transformer for your JavaScript code, map .js files to the swc-jest module.
"transform": {
"^.+\\.jsx?$": "swc-jest"
},