Results 4 comments of Muly Oved

>is using just Jest preferred I think yes, I prefer using Jest with [storyshots](https://github.com/storybooks/storybook/tree/master/addons/storyshots) and don't use Enzyme

Make sense to not make it part of HEML core, I thinking about a lib that implements `MarkdownToHeml("# Title/nsome text with a [link](https://heml.io)");`

see fix https://github.com/jlalmes/trpc-openapi/issues/434#issuecomment-1936587096

Had the same problem, I am not sure why, I am new to serverless, but had to add this code to make the code work both from `serverless invoke` and...