From e684eac932aecc00fe2535b5cf1032cc8fe81a21 Mon Sep 17 00:00:00 2001 From: Ladd Date: Thu, 2 Jan 2025 17:00:21 -0600 Subject: [PATCH] indentation --- __tests__/lossless.ts | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/__tests__/lossless.ts b/__tests__/lossless.ts index 1784e0f..4622398 100644 --- a/__tests__/lossless.ts +++ b/__tests__/lossless.ts @@ -19,24 +19,24 @@ describe('Lossless', () => { }).toV1(); expect(delta.pointers).toMatchObject([{ - localContext: "actor", - target: "keanu", - targetContext: "roles" - }, { - localContext: "role", - target: "neo", - targetContext: "actor" - }, { - localContext: "film", - target: "the_matrix", - targetContext: "cast" - }, { - localContext: "base_salary", - target: 1000000 - }, { - localContext: "salary_currency", - target: "usd" - }]); + localContext: "actor", + target: "keanu", + targetContext: "roles" + }, { + localContext: "role", + target: "neo", + targetContext: "actor" + }, { + localContext: "film", + target: "the_matrix", + targetContext: "cast" + }, { + localContext: "base_salary", + target: 1000000 + }, { + localContext: "salary_currency", + target: "usd" + }]); const lossless = new Lossless(node);