indentation

This commit is contained in:
Ladd Hoffman 2025-01-02 17:00:21 -06:00
parent 39d70b4680
commit e684eac932
1 changed files with 18 additions and 18 deletions

View File

@ -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);