modernize JS

This commit is contained in:
Nick Gerleman
2022-12-24 02:17:10 -08:00
parent c4fe4823a7
commit bf81d8e180
33 changed files with 371 additions and 369 deletions

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGDimensionTest.html
test("wrap_child", function () {
test("wrap_child", () => {
const config = Yoga.Config.create();
let root;
@@ -49,7 +49,7 @@ test("wrap_child", function () {
config.free();
}
});
test("wrap_grandchild", function () {
test("wrap_grandchild", () => {
const config = Yoga.Config.create();
let root;