Skip to content

Commit

Permalink
test(oxlint): remove "--print-config" test (#8792)
Browse files Browse the repository at this point in the history
it is only removing one test. This test is removed because of: #8789 (comment)
Boshen thought too that this should be a problem in the future. I did not believe him :/

Merging without review
  • Loading branch information
Sysix committed Jan 30, 2025
1 parent 6c627df commit 6f4a023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 152 deletions.
6 changes: 0 additions & 6 deletions apps/oxlint/src/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,4 @@ mod test {
.with_cwd("fixtures/eslint_and_typescript_alias_rules".into())
.test_and_snapshot_multiple(&[args_1, args_2]);
}

#[test]
fn test_print_config() {
let args = &["--print-config"];
Tester::new().test_and_snapshot(args);
}
}
146 changes: 0 additions & 146 deletions apps/oxlint/src/snapshots/[email protected]

This file was deleted.

0 comments on commit 6f4a023

Please sign in to comment.