Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/e2272a94ef0d46e6b8137fdb7f0622da4308fc263240755d1de7647e56eb3074ae650c6287da66b3249d1e184f44f0c40d440e442f68516c09126b618c20b0
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
160 B
Text

import { labelYearDropdown } from "./labelYearDropdown";
test("should return the label", () => {
expect(labelYearDropdown()).toEqual("Choose the Year");
});