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
- Host: GitHub
- URL: https://github.com/threepointone/esjest-transform
- Owner: threepointone
- License: mit
- Created: 2021-02-18T00:12:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T10:56:08.000Z (about 4 years ago)
- Last Synced: 2025-03-18T09:51:37.178Z (2 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 45
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
},
// ...
};
```