test(minifier): enable some passing tests (#8250)

This commit is contained in:
camc314 2025-01-05 04:14:01 +00:00
parent 3c534aeb5a
commit 91b42defb5

View file

@ -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'");
@ -1550,7 +1549,6 @@ mod test {
}
#[test]
#[ignore]
fn test_coercion_substitution_not() {
// enableTypeCheck();
test(