Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Dec 24, 2024
1 parent 456b6d5 commit d95adb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {value} from "./module";

it("should have correct export from re-exports", function () {
it("should have correct export from re-exports", () => {
expect(value).toBe("foo");

const orphanModules = new Set(__STATS__.modules.filter(m => m.orphan).map(m => m.name));
Expand Down

0 comments on commit d95adb8

Please sign in to comment.