UNPKG

166 BPlain TextView Raw
1import { labelMonthDropdown } from "./labelMonthDropdown";
2
3test("should return the label", () => {
4 expect(labelMonthDropdown({})).toEqual("Choose the Month");
5});