DateTimeFormat.js 133 B

12345
  1. describe("normal behavior", () => {
  2. test("length is 0", () => {
  3. expect(Intl.DateTimeFormat).toHaveLength(0);
  4. });
  5. });