Rocky_Mountain_Vending/.pnpm-store/v10/files/99/74a973c8daebc371fc57d54a2ecb544adc380ad80f9d0bb3133abbf3a039dcf2b28cc8d5c03fe1eaa06ea1233d99a2189731321974898a0730a92a99332540
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
146 B
Text

import { labelWeekNumber } from "./labelWeekNumber";
test("should return the label", () => {
expect(labelWeekNumber(2)).toEqual("Week 2");
});