mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Fix typo in test description and reduce sauce test timeouts.
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
'build': build,
|
||||
'framework': 'qunit',
|
||||
'idle-timeout': 300,
|
||||
'max-duration': 600,
|
||||
'max-duration': 480,
|
||||
'name': sessionName,
|
||||
'public': 'public',
|
||||
'platforms': platforms,
|
||||
|
||||
@@ -8143,7 +8143,7 @@
|
||||
deepEqual(actual, [['barney', 36, undefined], ['fred', 40, false]]);
|
||||
});
|
||||
|
||||
test('should support consuming it\'s return value', 1, function() {
|
||||
test('should support consuming its return value', 1, function() {
|
||||
var expected = [['barney', 'fred'], [36, 40]];
|
||||
deepEqual(_.zip(_.zip(_.zip(_.zip(expected)))), expected);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user