Add data-disabled
to test fixtures
#1286
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D45723003"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
This can be marked in fixtures to skip a test without commenting it out. We add one more usage of this.
The same functionality existed (unused) before for
experiments
, which I changed todata-experiments
.Formatting of JS tests changed to be closer to what Prettier would output, and to remove usage of
Yoga.UNDEFINED
which doesn't existi and just resolves toundefined
(this is converted to NaN by the wrapper layer).Differential Revision: D45723003
This pull request was exported from Phabricator. Differential Revision: D45723003
cc @nicoburns
This pull request was exported from Phabricator. Differential Revision: D45723003
This pull request has been merged in facebook/yoga@e769dd97d8.
@NickGerleman This is awesome. Does this mean that https://github.com/facebook/yoga/pull/1194 is now unblocked? I have some work in progress to export Taffy's test fixtures to Yoga. I'll try to get that into a publishable state, but it might make sense to merge #1194 first, as Taffy has already imported versions of those fixtures and they would therefore be included in an export.
Pull request closed