我尝试用函数参数检查$ rootScope。$ on 但是收到错误 - 我在下面提到了错误
AngularJS
team = $rootScope.$on('match', function (param) {
changeTeam(param);
});
我尝试使用Jasmine编写单元测试脚本 的茉莉
expect($rootScope.$on).toHaveBeenCalledWith('match', Function); // getting error
错误 通过['匹配',功能]调用预期的间谍$,但实际调用是['关闭',功能],[' $ destroy',功能],['关闭',功能],[' $ destroy',功能]