UNPKG

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