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