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);
|
||||
},
|
||||
|
||||
addCustomEqualityTester: function(tester) {
|
||||
env.addCustomEqualityTester(tester);
|
||||
},
|
||||
|
||||
jsApiReporter: new jasmine.JsApiReporter({
|
||||
timer: new jasmine.Timer()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user