mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Fix tests in older browsers.
This commit is contained in:
@@ -25481,7 +25481,7 @@
|
||||
assert.expect(2);
|
||||
|
||||
var largeWordLen = 50000,
|
||||
largeWord = 'A'.repeat(largeWordLen),
|
||||
largeWord = _.repeat('A', largeWordLen),
|
||||
maxMs = 1000,
|
||||
startTime = lodashStable.now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user