Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 31, 2024
1 parent aa0623b commit 727e9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { something2 } from "package/dep2.js";
it("should not include a module that is side effect free and exports are not used due to static analysis", () => {
if (true) {
something2();
return;
}
something();
});

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 727e9ab

Please sign in to comment.