mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Fix test in IE.
This commit is contained in:
10
test/test.js
10
test/test.js
@@ -5961,12 +5961,12 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should not error on host objects (test in IE)', 12, function() {
|
test('should not error on host objects (test in IE)', 15, function() {
|
||||||
if (xml) {
|
if (xml) {
|
||||||
var funcs = [
|
var funcs = [
|
||||||
'isArray', 'isArguments', 'isBoolean', 'isDate', 'isElement', 'isError',
|
'isArguments', 'isArray', 'isBoolean', 'isDate', 'isElement',
|
||||||
'isFunction', 'isObject', 'isNull', 'isNumber', 'isRegExp', 'isString',
|
'isError', 'isFinite', 'isFunction', 'isNaN', 'isNull', 'isNumber',
|
||||||
'isUndefined'
|
'isObject', 'isRegExp', 'isString', 'isUndefined'
|
||||||
];
|
];
|
||||||
|
|
||||||
_.each(funcs, function(methodName) {
|
_.each(funcs, function(methodName) {
|
||||||
@@ -5980,7 +5980,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipTest(17);
|
skipTest(15);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user