JavaScript Jasmine Test – Expected spy open to have been called with – Mock EventProvider
I have the following problem: A Code snippet from my controller is: const account = “abc”, isIDValid = true, loadData = this.loadData, that = this; let args = {account, isIDValid, loadData, that}; dialog.open(args); My describe in the test is: describe("when…