function f() { x } Math.random() === 2 && f(); let x = 3; expect(x).toBe(3);