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