Skip to content

Commit

Permalink
test(oxlint): ignore windows path mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 31, 2025
1 parent 0aeaedd commit 48bfed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/oxlint/src/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ mod test {
}

#[test]
#[ignore = "path mismatch on windows"]
fn test_tsconfig_option() {
// passed
Tester::new().test(&["--tsconfig", "fixtures/tsconfig/tsconfig.json"]);
Expand Down

0 comments on commit 48bfed9

Please sign in to comment.