threepointone / esjest-transform

A fast jest transform
MIT License
45 stars 0 forks source link

esjest-transform

(DEPRECATED, use esbuild-jest instead)

A fast jest transform.

In your jest configuration, add:

module.exports = {
  // ...
  transform: {
    "\\.[jt]sx?$": "esjest-transform",
  },
  // ...
};