mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -49,7 +49,7 @@ describe('throttle', () => {
|
||||
const lodash = runInContext({
|
||||
Date: {
|
||||
now: function () {
|
||||
return ++dateCount == 5 ? Infinity : +new Date();
|
||||
return ++dateCount === 5 ? Infinity : +new Date();
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user