mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
wip: code formatting nits
This commit is contained in:
@@ -19,7 +19,7 @@ describe('isType checks', () => {
|
||||
Foo.prototype = root[methodName.slice(2)].prototype;
|
||||
|
||||
const object = new Foo();
|
||||
if (objToString.call(object) == objectTag) {
|
||||
if (objToString.call(object) === objectTag) {
|
||||
assert.strictEqual(
|
||||
_[methodName](object),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user