Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/16d52ee57906300ee8a5e9e027570783dfb9185cf7187a2757fb27ae7d4f1bcbcf1023715314fae225c25bd54e2ede46b9c67e546f4edca38e96e01d7f2d3a
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

87 lines
3.5 KiB
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`getAssertionReport works (multiple failing) 1`] = `
"X difference at cumulative-layout-shift audit.details.items.length
expected: []
found: [{\\"cumulativeLayoutShiftMainFrame\\":0.09957584751767748,\\"newEngineResult\\":{\\"cumulativeLayoutShift\\":0.09957584751767748,\\"cumulativeLayoutShiftMainFrame\\":0.09957584751767748},\\"newEngineResultDiffered\\":false}]
X difference at cumulative-layout-shift audit.details.blah
expected: 123
found: undefined
found result:
{
\\"id\\": \\"cumulative-layout-shift\\",
\\"title\\": \\"Cumulative Layout Shift\\",
\\"description\\": \\"Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).\\",
\\"score\\": 0.9,
\\"scoreDisplayMode\\": \\"numeric\\",
\\"numericValue\\": 0.09957584751767748,
\\"numericUnit\\": \\"unitless\\",
\\"displayValue\\": \\"0.1\\",
\\"scoringOptions\\": {
\\"p10\\": 0.1,
\\"median\\": 0.25
},
\\"details\\": {
\\"type\\": \\"debugdata\\",
\\"items\\": [
{
\\"cumulativeLayoutShiftMainFrame\\": 0.09957584751767748,
\\"newEngineResult\\": {
\\"cumulativeLayoutShift\\": 0.09957584751767748,
\\"cumulativeLayoutShiftMainFrame\\": 0.09957584751767748
},
\\"newEngineResultDiffered\\": false
}
]
}
}"
`;
exports[`getAssertionReport works (trivial failing) 1`] = `
"X difference at cumulative-layout-shift audit.details.items.length
expected: []
found: [{\\"cumulativeLayoutShiftMainFrame\\":0.09957584751767748,\\"newEngineResult\\":{\\"cumulativeLayoutShift\\":0.09957584751767748,\\"cumulativeLayoutShiftMainFrame\\":0.09957584751767748},\\"newEngineResultDiffered\\":false}]
found result:
{
\\"id\\": \\"cumulative-layout-shift\\",
\\"title\\": \\"Cumulative Layout Shift\\",
\\"description\\": \\"Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).\\",
\\"score\\": 0.9,
\\"scoreDisplayMode\\": \\"numeric\\",
\\"numericValue\\": 0.09957584751767748,
\\"numericUnit\\": \\"unitless\\",
\\"displayValue\\": \\"0.1\\",
\\"scoringOptions\\": {
\\"p10\\": 0.1,
\\"median\\": 0.25
},
\\"details\\": {
\\"type\\": \\"debugdata\\",
\\"items\\": [
{
\\"cumulativeLayoutShiftMainFrame\\": 0.09957584751767748,
\\"newEngineResult\\": {
\\"cumulativeLayoutShift\\": 0.09957584751767748,
\\"cumulativeLayoutShiftMainFrame\\": 0.09957584751767748
},
\\"newEngineResultDiffered\\": false
}
]
}
}"
`;
exports[`getAssertionReport works (trivial failing, actual undefined) 1`] = `
"Error: Config did not trigger run of expected audit cumulative-layout-shift-no-exist
X difference at cumulative-layout-shift-no-exist audit
expected: {\\"details\\":{\\"items\\":[]}}
found: undefined
found result:
undefined"
`;