UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (4 loc) 173 B
import { formatYearDropdown } from "./formatYearDropdown"; test("should return the formatted weekday name", () => { expect(formatYearDropdown(2022)).toEqual("2022"); });