mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17: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() {
|
||||
if (xml) {
|
||||
var funcs = [
|
||||
'isArray', 'isArguments', 'isBoolean', 'isDate', 'isElement', 'isFunction',
|
||||
'isObject', 'isNull', 'isNumber', 'isRegExp', 'isString', 'isUndefined'
|
||||
'isArray', 'isArguments', 'isBoolean', 'isDate', 'isElement', 'isError',
|
||||
'isFunction', 'isObject', 'isNull', 'isNumber', 'isRegExp', 'isString',
|
||||
'isUndefined'
|
||||
];
|
||||
|
||||
_.each(funcs, function(methodName) {
|
||||
|
||||
Reference in New Issue
Block a user