import f from "./module";
it("should support logical assignment", () => {
expect(f()).toBe(true);
});