test(linter/plugins): prevent test fixture getting formatted#15674
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds a // prettier-ignore comment to a JSX test fixture to prevent it from being reformatted when PR #15601 is merged. The test fixture is part of the isSpaceBetween test suite for oxlint's JS plugin functionality.
Key Changes:
- Added
// prettier-ignorecomment before the<Qux>JSX element - Reformatted the JSX element from multi-line to compact format
- Updated snapshot file to reflect the new test fixture output
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/oxlint/test/fixtures/isSpaceBetween/files/index.jsx | Added // prettier-ignore comment and reformatted JSX element to compact format |
| apps/oxlint/test/fixtures/isSpaceBetween/output.snap.md | Updated snapshot to reflect the changes in the test fixture file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Graphite has got stuck. Merging manually. |

Add
// prettier-ignorecomment to test fixture, to prevent it getting formatted once #15601 is merged.