New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

swc-jest

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swc-jest

Jest plugin to use swc for transformation

1.0.0
npm
Version published
Weekly downloads
3.7K
-6.83%
Maintainers
1
Weekly downloads
 
Created
Source

swc-jest

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

FAQs

Package last updated on 14 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts