Format React Native maintain-visible tests - #57747
Closed
Abbondanzo wants to merge 1 commit into
Closed
Conversation
Summary:
Format maintain-visible Maestro tests and the virtualized lists design documentation with Prettier.
Currently failing main checks:
```
Run yarn run format-check
yarn run v1.22.22
$ prettier --list-different "./**/*.{js,md,yml,ts,tsx}"
packages/rn-tester/.maestro/flatlist-append-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-complex-mutations-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-delete-anchor-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-delete-middle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-empty-list-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-first-prepend-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-horizontal-add50-reset-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-horizontal-inverted-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-horizontal-inverted-recycle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-horizontal-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-horizontal-recycle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-inverted-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-inverted-recycle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-momentum-scroll-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-orientation-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-prepend-delete-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-pull-to-refresh-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-rapid-prepends-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-recycle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-scrolltooffset-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-throttle-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-variable-height-first-prepend-maintainvisible.yml
packages/rn-tester/.maestro/flatlist-variable-height-maintainvisible.yml
packages/rn-tester/.maestro/scrollview-minindex-maintainvisible.yml
packages/rn-tester/.maestro/scrollview-threshold-maintainvisible.yml
packages/virtualized-lists/__docs__/DESIGN.md
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Process completed with exit code 1.
```
Changelog: [Internal]
Differential Revision: D113954762
|
@Abbondanzo has exported this pull request. If you are a Meta employee, you can view the originating Diff in D113954762. |
|
This pull request has been merged in ca750fe. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Format maintain-visible Maestro tests and the virtualized lists design documentation with Prettier.
Currently failing main checks:
Changelog: [Internal]
Differential Revision: D113954762