Jest not able to add `.ts` extension to fuzzyfy
Getting the below error
Hey @ad1992 👋
I have a fix for this. I will fix it along with this PR.
The issue is:
Generally node_modules are precompiled to common.js (non-modular )versions of js i.e. not es6. In Fuzzify it's expected to bundle and take care by the consumer package. Hence we need to tell jest how to handle this.
Hey @ad1992 👋
I have a fix for this. I will fix it along with this PR.
The issue is: Generally node_modules are precompiled to
common.js(non-modular )versions of js i.e. not es6. In Fuzzify it's expected to bundle and take care by the consumer package. Hence we need to tell jest how to handle this.
@shrilakshmishastry awesome, just link this issue as well in your PR