Skip to content

Commit

Permalink
chore: 🤖 remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Aug 19, 2024
1 parent ebd34df commit 20cbd76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_minifier/tests/plugins/replace_global_defines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fn replace_global_definitions_dot_with_postfix_wildcard() {
])
.unwrap();
test("process.env.NODE_ENV.test", "production", config.clone());
// test("process.env", "process.env", config.clone());
test("import.meta.env.result", "undefined", config.clone());
test("import.meta.env", "undefined", config);
}
Expand All @@ -68,7 +67,6 @@ fn replace_global_definitions_dot_with_postfix_mixed() {
])
.unwrap();
test("process.env.NODE_ENV.test", "production", config.clone());
// test("process.env", "process.env", config.clone());
test("import.meta.env.result", "undefined", config.clone());
test("import.meta.env", "env", config);
}
Expand Down

0 comments on commit 20cbd76

Please sign in to comment.