sinon-chrome icon indicating copy to clipboard operation
sinon-chrome copied to clipboard

chrome.management.getAll(callback) never calls the callback, so test freezes

Open TheDirigible opened this issue 4 years ago • 1 comments

If I need to override this manually, please let me know how.

TheDirigible avatar Oct 06 '20 15:10 TheDirigible

I figured it out. Added the line: chrome.management.getAll.callsArgWith(0, blah);

TheDirigible avatar Oct 06 '20 16:10 TheDirigible