8000 Cleanup test labels. [ci skip] · lodash/lodash@11538cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 11538cc

Browse files
committed
Cleanup test labels. [ci skip]
1 parent 5c51b1c commit 11538cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@
20962096
}
20972097
});
20982098

2099-
QUnit.test('should enable chaining of methods that return unwrapped values by default', function(assert) {
2099+
QUnit.test('should enable chaining for methods that return unwrapped values', function(assert) {
21002100
assert.expect(6);
21012101

21022102
if (!isNpm) {
@@ -13786,7 +13786,7 @@
1378613786
}
1378713787
});
1378813788

13789-
QUnit.test('should use `this` as the default `object` value', function(assert) {
13789+
QUnit.test('should use a default `object` of `this`', function(assert) {
1379013790
assert.expect(3);
1379113791

1379213792
var object = lodashStable.create(_);
@@ -16820,7 +16820,7 @@
1682016820
});
1682116821
});
1682216822

16823-
QUnit.test('`_.' + methodName + '` should return the specified default value for `undefined` values', function(assert) {
16823+
QUnit.test('`_.' + methodName + '` should return the default value for `undefined` values', function(assert) {
1682416824
assert.expect(1);
1682516825

1682616826
var object = { 'a': {} },
@@ -19651,7 +19651,7 @@
1965119651
(function() {
1965219652
var string = 'hi-diddly-ho there, neighborino';
1965319653

19654-
QUnit.test('should truncate to a length of `30` by default', function(assert) {
19654+
QUnit.test('should use a default `length` of `30`', function(assert) {
1965519655
assert.expect(1);
1965619656

1965719657
assert.strictEqual(_.truncate(string), 'hi-diddly-ho there, neighbo...');
@@ -19964,7 +19964,7 @@
1996419964
assert.ok(pass);
1996519965
});
1996619966

19967-
QUnit.test('_.' + methodName + ' should have a default `wait` of `0`', function(assert) {
19967+
QUnit.test('_.' + methodName + ' should use a default `wait` of `0`', function(assert) {
1996819968
assert.expect(1);
1996919969

1997019970
var done = assert.async();

0 commit comments

Comments
 (0)
0