import mod from "./module.js";
it("should correctly work with source maps", () => {
expect(mod).toBe(42);
});