test(linter/plugins): rename dirs in nested tests#15888
Merged
graphite-app[bot] merged 1 commit intomainfrom Nov 20, 2025
Merged
test(linter/plugins): rename dirs in nested tests#15888graphite-app[bot] merged 1 commit intomainfrom
graphite-app[bot] merged 1 commit intomainfrom
Conversation
This was referenced Nov 19, 2025
Member
Author
Member
Author
|
@camc314 I don't think the
I'm also not sure why the invalid value in |
camc314
approved these changes
Nov 20, 2025
4231c2a to
7f6d381
Compare
65e0f91 to
78945ca
Compare
Contributor
Merge activity
|
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
7f6d381 to
a72b093
Compare
78945ca to
6ce2f7a
Compare
Base automatically changed from
11-19-refactor_linter_plugins_enable_ts_strictnullchecks_
to
main
November 20, 2025 15:58
This was referenced Nov 20, 2025
Copilot AI
pushed a commit
that referenced
this pull request
Nov 21, 2025
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
taearls
pushed a commit
to taearls/oxc
that referenced
this pull request
Dec 11, 2025
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (oxc-project#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
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.

Rename the directories containing files to lint in the nested config tests from
nestedtofiles, to match the rest, and only lint thefilesdirectories.I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (#15887).
This also removes the need for
overrideFilesproperty intestFixturefunction's options, so remove it.