Regenerate YGStaticPositionTest.test.ts that was failing github CI checks (#1447)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1447 Just ran ``` ruby xplat/yoga/gentest/gentest.rb ``` It seems that D50453324 changed a bunch of the import directories in these test files but for some reason it did not get picked up for this test. As a result we are seeing failing github checks like https://github.com/facebook/yoga/actions/runs/6738747977/job/18318958442. Should be good now. Reviewed By: yungsters Differential Revision: D50951161 fbshipit-source-id: a2472022782f64f840a64ed991f5f35c3ef556dc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ef1d772447
commit
a20559063e
@@ -7,7 +7,7 @@
|
||||
|
||||
// @generated by gentest/gentest.rb from gentest/fixtures/YGStaticPositionTest.html
|
||||
|
||||
import {Yoga} from "../tools/globals";
|
||||
import Yoga from 'yoga-layout';
|
||||
import {
|
||||
Align,
|
||||
Direction,
|
||||
|
Reference in New Issue
Block a user