mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Add _.isError to host object test.
This commit is contained in:
@@ -5961,8 +5961,9 @@
|
|||||||
test('should not error on host objects (test in IE)', 12, function() {
|
test('should not error on host objects (test in IE)', 12, function() {
|
||||||
if (xml) {
|
if (xml) {
|
||||||
var funcs = [
|
var funcs = [
|
||||||
'isArray', 'isArguments', 'isBoolean', 'isDate', 'isElement', 'isFunction',
|
'isArray', 'isArguments', 'isBoolean', 'isDate', 'isElement', 'isError',
|
||||||
'isObject', 'isNull', 'isNumber', 'isRegExp', 'isString', 'isUndefined'
|
'isFunction', 'isObject', 'isNull', 'isNumber', 'isRegExp', 'isString',
|
||||||
|
'isUndefined'
|
||||||
];
|
];
|
||||||
|
|
||||||
_.each(funcs, function(methodName) {
|
_.each(funcs, function(methodName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user