Skip to content

Commit

Permalink
test(minifier): enable some passing tests (#8250)
Browse files Browse the repository at this point in the history
  • Loading branch information
camc314 committed Jan 5, 2025
1 parent 3c534ae commit 91b42de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,6 @@ mod test {
}

#[test]
#[ignore]
fn test_coercion_substitution_if() {
// enableTypeCheck();
test("var x = {};\nif (x != null) throw 'a';\n", "var x={}; if (x!=null) throw 'a'");
Expand Down Expand Up @@ -1550,7 +1549,6 @@ mod test {
}

#[test]
#[ignore]
fn test_coercion_substitution_not() {
// enableTypeCheck();
test(
Expand Down

0 comments on commit 91b42de

Please sign in to comment.