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/YGSizeOverflowTest.html
test("nested_overflowing_child", function () {
test("nested_overflowing_child", () => {
const config = Yoga.Config.create();
let root;
@@ -64,7 +64,7 @@ test("nested_overflowing_child", function () {
config.free();
}
});
test("nested_overflowing_child_in_constraint_parent", function () {
test("nested_overflowing_child_in_constraint_parent", () => {
const config = Yoga.Config.create();
let root;
@@ -123,7 +123,7 @@ test("nested_overflowing_child_in_constraint_parent", function () {
config.free();
}
});
test("parent_wrap_child_size_overflowing_parent", function () {
test("parent_wrap_child_size_overflowing_parent", () => {
const config = Yoga.Config.create();
let root;