Solved
How to mock a statement in JEST
Hi,
I have the following statement in my client library function
$(window).adaptTo("foundation-ui");
I am not able to understand how to mock this line in JEST so that it skips this line
Please can anybody help
Thanks
Tarini
