UNPKG

171 BPlain TextView Raw
1import { labelPrevious } from "./labelPrevious";
2
3test("should return the label", () => {
4 expect(labelPrevious(new Date(), {})).toEqual("Go to the Previous Month");
5});