mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Minor test formatting nit. [ci skip]
This commit is contained in:
@@ -10572,7 +10572,8 @@
|
|||||||
|
|
||||||
if (document) {
|
if (document) {
|
||||||
assert.strictEqual(_.isFunction(document.getElementsByTagName('body')), false);
|
assert.strictEqual(_.isFunction(document.getElementsByTagName('body')), false);
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
skipAssert(assert);
|
skipAssert(assert);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user