To quote #23:
Hello!
In my scenario I have a file a.js requiring b.js which requires c.js
I want to mock c.js when I require a.js
Is it possible? So far I was only able to mock c.js if I mock b.js directly...
Thank you!
Has this become possible in the last 4.5 years?
If not, what is advised here? Can this be worked around? Or does a different package have this feature?
To quote #23:
Has this become possible in the last 4.5 years?
If not, what is advised here? Can this be worked around? Or does a different package have this feature?