mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -40,7 +40,7 @@ describe('isFunction', () => {
|
||||
it('should return `true` for array view constructors', () => {
|
||||
const expected = lodashStable.map(
|
||||
arrayViews,
|
||||
(type) => objToString.call(root[type]) == funcTag,
|
||||
(type) => objToString.call(root[type]) === funcTag,
|
||||
);
|
||||
|
||||
const actual = lodashStable.map(arrayViews, (type) => isFunction(root[type]));
|
||||
|
||||
Reference in New Issue
Block a user