modernize JS
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user