diff --git a/test/test.js b/test/test.js index f879e5867..e6fd38965 100644 --- a/test/test.js +++ b/test/test.js @@ -211,6 +211,16 @@ /*--------------------------------------------------------------------------*/ + QUnit.module('lodash.isEmpty'); + + (function() { + test('fixes the JScript [[DontEnum]] bug (test in IE < 9)', function() { + equal(_.isEmpty(shadowed), false); + }); + }()); + + /*--------------------------------------------------------------------------*/ + QUnit.module('lodash.isEqual'); (function() {