Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 4, 2024
1 parent e9cde7b commit 5f6b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc/tests/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ fn issue_8674_1() {
.unwrap();
println!("{}", output);

assert_eq!(output.to_string(), "import { foo } from \"./src/foo\"");
assert_eq!(output.to_string(), "import { foo } from \"./src/foo\";\n");
}

#[testing::fixture("tests/minify/**/input.js")]
Expand Down

0 comments on commit 5f6b45d

Please sign in to comment.