0.3.0 • Published 11 months ago

jest-esbuild v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

0.3.0

11 months ago

0.2.9

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago