update tests

This commit is contained in:
Dmitry Ivakhnenko
2022-11-22 15:05:19 +03:00
parent 8d3e02f565
commit 64bbc3eb84
27 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY);
var Yoga = Yoga || require("../../dist");
it("measure_once_single_flexible_child", function () {
var root = Yoga.Node.create();