Remove addCustomEqualityTester and addMatchers from global
These functions are available on the jasmine namespace
This commit is contained in:
@@ -69,10 +69,6 @@
|
|||||||
return env.spyOn(obj, methodName);
|
return env.spyOn(obj, methodName);
|
||||||
},
|
},
|
||||||
|
|
||||||
addCustomEqualityTester: function(tester) {
|
|
||||||
env.addCustomEqualityTester(tester);
|
|
||||||
},
|
|
||||||
|
|
||||||
jsApiReporter: new jasmine.JsApiReporter({
|
jsApiReporter: new jasmine.JsApiReporter({
|
||||||
timer: new jasmine.Timer()
|
timer: new jasmine.Timer()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -39,10 +39,6 @@
|
|||||||
return env.pending();
|
return env.pending();
|
||||||
},
|
},
|
||||||
|
|
||||||
addMatchers: function(matchers) {
|
|
||||||
return env.addMatchers(matchers);
|
|
||||||
},
|
|
||||||
|
|
||||||
spyOn: function(obj, methodName) {
|
spyOn: function(obj, methodName) {
|
||||||
return env.spyOn(obj, methodName);
|
return env.spyOn(obj, methodName);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user