mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Minor wording nit in test description. [ci skip]
This commit is contained in:
@@ -2460,7 +2460,7 @@
|
|||||||
assert.deepEqual(_.compact(falsey.concat(array)), array);
|
assert.deepEqual(_.compact(falsey.concat(array)), array);
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test('should work when in between lazy operators', function(assert) {
|
QUnit.test('should work when in-between lazy operators', function(assert) {
|
||||||
assert.expect(2);
|
assert.expect(2);
|
||||||
|
|
||||||
if (!isNpm) {
|
if (!isNpm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user