Content-Length: 273343 | pFad | https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794

15 test.js: Remove trailing comma. · lodash/lodash@00f0f62 · GitHub
Skip to content

Commit 00f0f62

Browse files
committed
test.js: Remove trailing comma.
1 parent 846e434 commit 00f0f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9820,7 +9820,7 @@
98209820
object1 = {self: {self: {self: {}}}};
98219821
object1.self.self.self = object1;
98229822
object2 = {self: {}};
9823-
object2.self = object2;
9823+
object2.self = object2;
98249824

98259825
assert.strictEqual(_.isEqual(object1, object2), false);
98269826
assert.strictEqual(_.isEqual(object2, object1), false);
@@ -16057,7 +16057,7 @@
1605716057
var actual = _.orderBy(
1605816058
nestedObj,
1605916059
[['address', 'zipCode'], ['address.streetName']],
16060-
['asc', 'desc'],
16060+
['asc', 'desc']
1606116061
);
1606216062
assert.deepEqual(actual, [nestedObj[2], nestedObj[3], nestedObj[1], nestedObj[0], nestedObj[4]]);
1606316063
});

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy