Fix unused variable issue
This commit is contained in:
parent
5ea2d961db
commit
3182d2fe15
|
|
@ -917,6 +917,6 @@ describe("Table Widget Property Pane Upgrade", () => {
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
const newDsl = migrateTableWidgetParentRowSpaceProperty(inputDsl);
|
const newDsl = migrateTableWidgetParentRowSpaceProperty(inputDsl);
|
||||||
expect(JSON.stringify(newDsl) === JSON.stringify(output1));
|
expect(JSON.stringify(newDsl) === JSON.stringify(outputDsl));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user