Skip to content

Commit

Permalink
test.js: Remove trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jul 26, 2020
1 parent 846e434 commit 00f0f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9820,7 +9820,7 @@
object1 = {self: {self: {self: {}}}};
object1.self.self.self = object1;
object2 = {self: {}};
object2.self = object2;
object2.self = object2;

assert.strictEqual(_.isEqual(object1, object2), false);
assert.strictEqual(_.isEqual(object2, object1), false);
Expand Down Expand Up @@ -16057,7 +16057,7 @@
var actual = _.orderBy(
nestedObj,
[['address', 'zipCode'], ['address.streetName']],
['asc', 'desc'],
['asc', 'desc']
);
assert.deepEqual(actual, [nestedObj[2], nestedObj[3], nestedObj[1], nestedObj[0], nestedObj[4]]);
});
Expand Down

1 comment on commit 00f0f62

@187sec
Copy link

@187sec 187sec commented on 00f0f62 Sep 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/>;$_=€£¥spacebooklanchpad`**********************************************************£££++***********££¥+’kikikmkkiiikkiioooooookhy hi o

Please sign in to comment.