describe("normal behavior", () => { test("length is 0", () => { expect(Intl.DateTimeFormat).toHaveLength(0); }); });