Make exposure of addMatchers and addCustomEqualityTesters be on jasmine instead of inconsistent.
This commit is contained in:
@@ -187,10 +187,6 @@ getJasmineRequireObj().base = function(j$) {
|
||||
}
|
||||
return obj;
|
||||
};
|
||||
|
||||
j$.addCustomEqualityTester = function(tester) {
|
||||
j$.getEnv().addCustomEqualityTester(tester);
|
||||
};
|
||||
};
|
||||
|
||||
getJasmineRequireObj().util = function() {
|
||||
|
||||
Reference in New Issue
Block a user