etroynov / esbuild-jest

A Jest transformer using esbuild
https://github.com/etroynov/esbuild-jest
MIT License
1 stars 2 forks source link

Upgrade to Jest v29 #3

Closed etroynov closed 8 months ago

etroynov commented 8 months ago

This commit upgrades the project to Jest v29. The config argument to the Transformer.process() method has been moved into the TransformOptions.

Original PR

https://github.com/aelbore/esbuild-jest/pull/50

Author

Björn Brauer - @ZauberNerd