Not able to spy on javascript closure for Qunit test
I am trying to write a Qunit test for a javascript closure function (testQUnit) using sinon library for mocking and spying on the function but it is not able to spy on the below closure. Closure function: var testQUnit = (function() { return { ...
Jul 27, 2019S