jest-esbuild

v0.3.0
A Jest esbuild transformer.

Jest esbuild

npm version

A Jest esbuild transformer

Install

npm install -D jest-esbuild

Set transform TypeScript file to jest-esbuild inside jest.config.js

{
  "transform": {
    "^.+\\.tsx?$": "jest-esbuild"
  }
}

Specify esbuild options

const esbuildOptions = {}

module.export = {
  transform: {
    "^.+\\.tsx?$": [
      "jest-esbuild",
      esbuildOptions
    ]
  }
}

License

MIT License © 2021 hannoeru

npm i jest-esbuild

Metadata

  • MIT
  • Whatever
  • hannoeru
  • released 6/22/2023

Downloads

Maintainers