Rocky_Mountain_Vending/.pnpm-store/v10/files/00/d558ac101cb69db5108e5a0221b1975bdf1956c8d7d335c76c21cd3b0247b64ebf285cb0c7a46803a6255cbca97d5d8665c59d39186adcb0c130a75e6622c6
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

43 lines
973 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`nopeResolver > should return a single error from nopeResolver when validation fails 1`] = `
{
"errors": {
"birthYear": {
"message": "The field is not a valid number",
"ref": undefined,
},
"like": {
"id": {
"message": "The field is not a valid number",
"ref": undefined,
},
"name": {
"message": "This field is required",
"ref": undefined,
},
},
"password": {
"message": "One uppercase character",
"ref": {
"name": "password",
},
},
"repeatPassword": {
"message": "This field is required",
"ref": undefined,
},
"tags": {
"message": "One or more elements are of invalid type",
"ref": undefined,
},
"username": {
"message": "This field is required",
"ref": {
"name": "username",
},
},
},
"values": {},
}
`;