mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add _.isEmpty JScript [[DontEnum]] bug test.
Former-commit-id: 3815abeb1d802bd6fc2aada64f7a105aa77a6467
This commit is contained in:
10
test/test.js
10
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');
|
QUnit.module('lodash.isEqual');
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user