Aral Roca Gomez

Results 463 comments of Aral Roca Gomez

I have the same problem, tests are flaky, if I mock a module in a test suit, then I can't test the module itself in another test suit. Tests are...

> I am also experiencing this issue, if anyone has a workaround that would be great @chlorophant As a workaround instead of importing directly from the module, I have created...

> > It's a little unclear what to do about this to make it automatic. @Jarred-Sumner Just a suggestion: as @mattpocock [commented on Twitter](https://twitter.com/mattpocockuk/status/1750844284268384413) the new 'using' keyword is awesome...

Probably you need to add happy-dom: https://github.com/oven-sh/bun/issues/198#issuecomment-1555565193

Would you create a minimal repo that reproduces this issue? Thank you

Tests are failing in this line of code: https://github.com/aralroca/next-translate/blob/canary/src/transCore.tsx#L115 Would you please try to correct it? thanks!

@mkbctrl just a ping for this 👍 BTW; thanks for your contribution

Why do you thing this issue is related with next-translate? 🤔 thanks!

Ok, I think it is related. The parser we use is TypeScript but a version prior to 4.9 which is the one with the satisfier. It could be this, but...