UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (5 loc) 248 B
import { defaultDateLib } from "../classes"; import { formatYearDropdown } from "./formatYearDropdown"; test("should return the formatted weekday name", () => { expect(formatYearDropdown(new Date(2022, 0), defaultDateLib)).toEqual("2022"); });