An open API service indexing awesome lists of open source software.

https://github.com/threepointone/esjest-transform

A fast jest transform
https://github.com/threepointone/esjest-transform

Last synced: 2 months ago
JSON representation

A fast jest transform

Awesome Lists containing this project

README

        

# esjest-transform

(DEPRECATED, use [esbuild-jest](https://github.com/aelbore/esbuild-jest/) instead)

A fast jest transform.

In your [jest configuration](https://jestjs.io/docs/en/configuration), add:

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