Update gentest to account for box sizing (#1700)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1700 tsia, need to teach gentest to write box sizing now. Reviewed By: NickGerleman Differential Revision: D63138372 fbshipit-source-id: 29072b3e602fe77edb14a8857a83e5bba4c92205
This commit is contained in:
committed by
Facebook GitHub Bot
parent
43d920eab0
commit
8277df7e1f
@@ -4,7 +4,7 @@
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @generated SignedSource<<c9a86707a0d8554afa020ec319688655>>
|
||||
* @generated SignedSource<<57064c3213fc22e0637ae5768ce6fea5>>
|
||||
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAspectRatioTest.html
|
||||
*/
|
||||
|
||||
@@ -12,6 +12,7 @@ import { instrinsicSizeMeasureFunc } from '../tools/utils.ts'
|
||||
import Yoga from 'yoga-layout';
|
||||
import {
|
||||
Align,
|
||||
BoxSizing,
|
||||
Direction,
|
||||
Display,
|
||||
Edge,
|
||||
|
Reference in New Issue
Block a user