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