aelbore/esbuild-jest

feature: preset file

privatenumber opened this issue · 2 comments

Would be convenient if the default configuration can be set via preset:

{
    "preset": "esbuild-jest"
}

@privatenumber can you help me what would be the default config?

most of the case you can use esbuild-jest.
do you have any usecase? thanks

Seems to me the README describes a default config:

{
  "transform": {
    "^.+\\.tsx?$": "esbuild-jest"
  }
}

I found es-jest which has the preset option. And also without the Babel transform, which was not working for me. Withdrawing my request but feel free to re-open if you'd like.