小编W L*_*ert的帖子

Jasmine:期待$ http.post()没有被调用

在angularjs程序中,如果在测试中没有执行http帖子,我想用Jasmine进行测试.

我尝试以下代码:

expect($http.post).not().toHaveBeenCalled();
Run Code Online (Sandbox Code Playgroud)

但我得到"ReferenceError:$ http未定义"

jasmine angularjs karma-runner

10
推荐指数
2
解决办法
1万
查看次数

标签 统计

angularjs ×1

jasmine ×1

karma-runner ×1