Skip to content

Commit

Permalink
fix(semantic): remove ignore cases (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing authored Feb 4, 2024
1 parent 6002560 commit cb17a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_semantic/tests/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cb17a83

Please sign in to comment.