UNPKG

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