Revert "Make addCustomEqualityTester available on jasmine global"
Oops, this made it on global object, not `jasmnie`
This reverts commit 144ff174f6.
This commit is contained in:
@@ -69,11 +69,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
},
|
||||
|
||||
clock: env.clock,
|
||||
|
||||
addCustomEqualityTester: function(tester) {
|
||||
env.addCustomEqualityTester(tester);
|
||||
},
|
||||
|
||||
jsApiReporter: new jasmine.JsApiReporter({
|
||||
timer: new jasmine.Timer()
|
||||
})
|
||||
|
||||
@@ -48,11 +48,6 @@
|
||||
},
|
||||
|
||||
clock: env.clock,
|
||||
|
||||
addCustomEqualityTester: function(tester) {
|
||||
env.addCustomEqualityTester(tester);
|
||||
},
|
||||
|
||||
jsApiReporter: new jasmine.JsApiReporter({
|
||||
timer: new jasmine.Timer()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user