@dylanvann/esbuild-jest
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

esbuild-jest

A Jest transformer using esbuild

With this transformer you can use and transform (ts, js, tsx and jsx) files

npm

Install

npm install --save-dev esbuild-jest

Setting up Jest config file

esbuild-jest transformer should be used in your Jest config file like this:

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

Readme

Keywords

Package Sidebar

Install

npm i @dylanvann/esbuild-jest

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

2.43 kB

Total Files

5

Last publish

Collaborators

  • dylanvann