UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (5 loc) 193 B
import { labelGridcell } from "./labelGridcell"; const day = new Date(2022, 10, 21); test("return the label", () => { expect(labelGridcell(day)).toEqual("Monday, November 21st, 2022"); });