mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Fix skipTest count for _.isNil other realm test.
This commit is contained in:
@@ -7773,7 +7773,7 @@
|
|||||||
strictEqual(_.isNil(_._undefined), true);
|
strictEqual(_.isNil(_._undefined), true);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipTest();
|
skipTest(2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}(1, 2, 3));
|
}(1, 2, 3));
|
||||||
|
|||||||
Reference in New Issue
Block a user