You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #275 we implemented a workaround solution that will allow our tests to run in newer versions of Jest. It may be possible to simplify what we've done in a follow-up by having jest ignore uuid when it is transforming the TS, which would allow us to omit a custom resolver.
Why is this feature important?
It will simplify the unit testing infrastructure.
Linked resources
The linked PR includes links, also check out this PR for more info on the problem.
Additional information
No response
The text was updated successfully, but these errors were encountered:
If I understood it correctly, all the files under node_modules are ignored by transformers as default, meaning uuid module should be ignored. The way I see it, it's not the problem of transforming the TS but that uuid only provides ESM when we simulate the environment as a browser(jsdom). More details are described here:
Feature summary
In #275 we implemented a workaround solution that will allow our tests to run in newer versions of Jest. It may be possible to simplify what we've done in a follow-up by having jest ignore
uuid
when it is transforming the TS, which would allow us to omit a custom resolver.Why is this feature important?
It will simplify the unit testing infrastructure.
Linked resources
The linked PR includes links, also check out this PR for more info on the problem.
Additional information
No response
The text was updated successfully, but these errors were encountered: