Skip to content

Commit

Permalink
Regenerate YGStaticPositionTest.test.ts that was failing github CI ch…
Browse files Browse the repository at this point in the history
…ecks (facebook#1447)

Summary:
Pull Request resolved: facebook#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
  • Loading branch information
joevilches authored and facebook-github-bot committed Nov 2, 2023
1 parent ef1d772 commit a205590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/tests/generated/YGStaticPositionTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a205590

Please sign in to comment.