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