@swc/ject
v0.1.1
Published
swc integration for jest
Readme
@swc/jest
swc binding for the jest
Installation
# if you use npm
npm i -D jest @swc/jest
# if you use yarn
yarn add jest @swc/jestUsage
jest.config.js:
module.exports = {
transform: {
'^.+\\.(t|j)sx?$': ['@swc/jest'],
},
}License
MIT
