indentation
This commit is contained in:
parent
39d70b4680
commit
e684eac932
|
@ -19,24 +19,24 @@ describe('Lossless', () => {
|
||||||
}).toV1();
|
}).toV1();
|
||||||
|
|
||||||
expect(delta.pointers).toMatchObject([{
|
expect(delta.pointers).toMatchObject([{
|
||||||
localContext: "actor",
|
localContext: "actor",
|
||||||
target: "keanu",
|
target: "keanu",
|
||||||
targetContext: "roles"
|
targetContext: "roles"
|
||||||
}, {
|
}, {
|
||||||
localContext: "role",
|
localContext: "role",
|
||||||
target: "neo",
|
target: "neo",
|
||||||
targetContext: "actor"
|
targetContext: "actor"
|
||||||
}, {
|
}, {
|
||||||
localContext: "film",
|
localContext: "film",
|
||||||
target: "the_matrix",
|
target: "the_matrix",
|
||||||
targetContext: "cast"
|
targetContext: "cast"
|
||||||
}, {
|
}, {
|
||||||
localContext: "base_salary",
|
localContext: "base_salary",
|
||||||
target: 1000000
|
target: 1000000
|
||||||
}, {
|
}, {
|
||||||
localContext: "salary_currency",
|
localContext: "salary_currency",
|
||||||
target: "usd"
|
target: "usd"
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
const lossless = new Lossless(node);
|
const lossless = new Lossless(node);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue