Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/32d183316534c683279c57742260debb2e1028708db7c77473923a2de2e44cec0c4da409ef436e909aabddc5371575259d883e312059c77223ddca270bc358
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
167 B
Text

import { labelPrevious } from "./labelPrevious";
test("should return the label", () => {
expect(labelPrevious(new Date())).toEqual("Go to the Previous Month");
});