UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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