Skip to content

Commit

Permalink
Fix tests in older browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jul 9, 2019
1 parent 29e2584 commit 53838a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25481,7 +25481,7 @@
assert.expect(2);

var largeWordLen = 50000,
largeWord = 'A'.repeat(largeWordLen),
largeWord = _.repeat('A', largeWordLen),
maxMs = 1000,
startTime = lodashStable.now();

Expand Down

0 comments on commit 53838a3

Please sign in to comment.