mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
test(oxlint): ignore windows path mismatch
This commit is contained in:
parent
0aeaedd05d
commit
48bfed9f43
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue