-
-
Notifications
You must be signed in to change notification settings - Fork 736
test(linter/plugins): rename dirs in nested tests #15888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(linter/plugins): rename dirs in nested tests #15888
Conversation
|
@camc314 I don't think the oxc/apps/oxlint/test/fixtures/custom_plugin_nested_config_duplicate/files/.oxlintrc.json Lines 1 to 4 in 65e0f91
I'm also not sure why the invalid value in |
4231c2a to
7f6d381
Compare
65e0f91 to
78945ca
Compare
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
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.

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.