UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (4 loc) 167 B
import { labelPrevious } from "./labelPrevious"; test("should return the label", () => { expect(labelPrevious(new Date())).toEqual("Go to the Previous Month"); });