Unable to mock webpack defined global variables in jest testing
I was trying to test a func using jest where I need to mock webpack defined global to test all the cases. I was unale to do so.
I was trying to test a func using jest where I need to mock webpack defined global to test all the cases. I was unale to do so.