UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (4 loc) 166 B
import { labelMonthDropdown } from "./labelMonthDropdown"; test("should return the label", () => { expect(labelMonthDropdown({})).toEqual("Choose the Month"); });