File size: 166 Bytes
cf86710 | 1 2 3 4 5 6 | import { labelMonthDropdown } from "./labelMonthDropdown";
test("should return the label", () => {
expect(labelMonthDropdown({})).toEqual("Choose the Month");
});
|
cf86710 | 1 2 3 4 5 6 | import { labelMonthDropdown } from "./labelMonthDropdown";
test("should return the label", () => {
expect(labelMonthDropdown({})).toEqual("Choose the Month");
});
|