react-day-picker / src /labels /labelMonthDropdown.test.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
import { labelMonthDropdown } from "./labelMonthDropdown";
test("should return the label", () => {
expect(labelMonthDropdown({})).toEqual("Choose the Month");
});