UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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