feature: preset file
privatenumber opened this issue · 2 comments
privatenumber commented
Would be convenient if the default configuration can be set via preset:
{
"preset": "esbuild-jest"
}
aelbore commented
@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
privatenumber commented
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.