JSPM

workerloader-jest-transformer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10585
  • Score
    100M100P100Q141811F
  • License MIT

Jest transformer for Webpack Worker loader

Package Exports

  • workerloader-jest-transformer
  • workerloader-jest-transformer/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (workerloader-jest-transformer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

workerloader-jest-transformer

Maintainers Wanted npm-version Build Status codecov license

A Jest transformer for Webpack worker-loader

This transformer helps you to use Jest with Webpack worker-loader module. Inspired by jsdom-worker

Warnings and help wanted❗️

⚠️ This transformer is highly experimental. Any contribution and advice would be greatly appreciated!

📣 I need help maintaining this project. Send me a DM on Twitter if you want to become a maintainer.

Install

npm install workerloader-jest-transformer --save-dev

or

yarn add workerloader-jest-transformer --dev

Setting up Jest config file

workerloader-jest-transformer must be used in your Jest config file like this:

{
  transform: {
    "^.+\\.worker.[t|j]sx?$": "workerloader-jest-transformer"
  }
}