Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and IWANABETHATGUY committed Dec 3, 2024
1 parent 673f3fd commit 857754d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ fn dot() {
#[ignore]
#[test]
fn dot_with_overlap() {
let config = ReplaceGlobalDefinesConfig::new(&[("import.meta.env.FOO", "import.meta.env.FOO"), ("import.meta.env", "__foo__")]).unwrap();
let config = ReplaceGlobalDefinesConfig::new(&[
("import.meta.env.FOO", "import.meta.env.FOO"),
("import.meta.env", "__foo__"),
])
.unwrap();
test("import.meta.env", "__foo__", config.clone());
test("import.meta.env.NODE_ENV", "import.meta.env.NODE_ENV", config.clone());
}
Expand Down

0 comments on commit 857754d

Please sign in to comment.