diff --git a/crates/oxc_semantic/tests/symbols.rs b/crates/oxc_semantic/tests/symbols.rs index c8ea47cdb..4db98a302 100644 --- a/crates/oxc_semantic/tests/symbols.rs +++ b/crates/oxc_semantic/tests/symbols.rs @@ -63,7 +63,6 @@ fn test_var_read_write() { .test(); } -#[ignore = "type aliases currently aren't in the symbol table"] #[test] fn test_types_simple() { let test = SemanticTester::ts(