Skip to content

Commit fb8cbbf

Browse files
authored
test(oxlint): enable tsgolint test with config parameter for windows (#13001)
1 parent 69303de commit fb8cbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oxlint/src/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ mod test {
12231223
}
12241224

12251225
#[test]
1226-
#[cfg(not(any(target_os = "windows", target_endian = "big")))]
1226+
#[cfg(not(target_endian = "big"))]
12271227
fn test_tsgolint_config() {
12281228
let args = &["--type-aware", "-c", "config-test.json"];
12291229
Tester::new().with_cwd("fixtures/tsgolint".into()).test_and_snapshot(args);

0 commit comments

Comments
 (0)