swc-jest

1.0.2 • Public • Published

swc-jest

npm

swc jest plugin

Install

npm install --save-dev swc-jest @swc/core

Setup

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"
},

Readme

Keywords

Package Sidebar

Install

npm i swc-jest

Weekly Downloads

5,738

Version

1.0.2

License

MIT

Unpacked Size

3.62 kB

Total Files

5

Last publish

Collaborators

  • danielramos