UNPKG

173 BPlain TextView Raw
1import { formatYearDropdown } from "./formatYearDropdown";
2
3test("should return the formatted weekday name", () => {
4 expect(formatYearDropdown(2022)).toEqual("2022");
5});