Modernize generated JS tests

This commit is contained in:
Nick Gerleman
2022-12-24 00:35:10 -08:00
parent 0f67a0a458
commit 014986e9da
27 changed files with 9213 additions and 9214 deletions

View File

@@ -6,7 +6,7 @@
*/
it("padding_start", function () {
var root = Yoga.Node.create();
const root = Yoga.Node.create();
root.setWidth(100);
root.setHeight(100);
root.setPadding(Yoga.EDGE_START, `10%`);