Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个可以进行多次$http调用的 AngularJS 应用程序。其中大多数工作正常:后端存在并返回适当的数据。我现在正在做的事情是针对不完整的后端进行调用。
$http
我怎样才能在不弄乱或不知道什么已经在工作的情况下模拟特定的呼叫?
我一直在研究ngMockE2E,但这会破坏整个后端。将其设置为通过后,我不知道如何仅覆盖我正在使用的调用。
ngMockE2E
有没有更简单的方法来解决这个问题?