mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 21:17:15 +03:00
object-curly-spacing
This commit is contained in:
@@ -15,8 +15,8 @@ describe("Test utils ", () => {
|
||||
false
|
||||
), "Did not match empty expect");
|
||||
assert(partialDeepEquals(
|
||||
[{a: [1,2,3]}, {a: [1,2]}],
|
||||
[{a: [1,2,3]}, {a: [1,2]}]
|
||||
[{ a: [1,2,3] }, { a: [1,2] }],
|
||||
[{ a: [1,2,3] }, { a: [1,2] }]
|
||||
), "Did not match same arrays");
|
||||
assert(partialDeepEquals(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user