Merge branch '3.99' into 4.0
This commit is contained in:
@@ -264,6 +264,7 @@ describe('Spies', function() {
|
||||
reject: jasmine.createSpy()
|
||||
};
|
||||
customPromise.resolve.and.returnValue('resolved');
|
||||
spyOn(env, 'deprecated');
|
||||
env.configure({ Promise: customPromise });
|
||||
|
||||
var spy = env.createSpy('foo').and.resolveTo(42);
|
||||
|
||||
Reference in New Issue
Block a user