12026-06-14T09:12:01Z▶ Run Vitest unit tests
22026-06-14T09:12:01Z $ vitest run --reporter=verbose
32026-06-14T09:12:03Z
42026-06-14T09:12:03Z ✓ src/lib/payments.test.ts (12 tests) 234ms
52026-06-14T09:12:04Z ✓ src/lib/auth.test.ts (8 tests) 112ms
62026-06-14T09:12:04Z ✗ src/lib/webhook.test.ts (3 failed)
72026-06-14T09:12:04Z
82026-06-14T09:12:04Z ● webhook.test.ts › verifyWebhookSignature › should return false for invalid HMAC
92026-06-14T09:12:04Z
102026-06-14T09:12:04Z AssertionError: expected undefined to be false
112026-06-14T09:12:04Z at Object.<anonymous> (src/lib/webhook.test.ts:34:5)
122026-06-14T09:12:04Z
132026-06-14T09:12:04Z ● webhook.test.ts › verifyWebhookSignature › should accept valid signature
142026-06-14T09:12:04Z
152026-06-14T09:12:04Z TypeError: verifyWebhookSignature is not a function
162026-06-14T09:12:04Z at Object.<anonymous> (src/lib/webhook.test.ts:18:5)
172026-06-14T09:12:04Z
182026-06-14T09:12:04Z ● webhook.test.ts › processLemonSqueezyEvent › should handle order_created event
192026-06-14T09:12:04Z
202026-06-14T09:12:04Z Error: Cannot read properties of undefined (reading 'email')
212026-06-14T09:12:04Z at processLemonSqueezyEvent (src/lib/webhook.ts:67:28)
222026-06-14T09:12:04Z at Object.<anonymous> (src/lib/webhook.test.ts:52:5)
232026-06-14T09:12:04Z
242026-06-14T09:12:04Z Test Files 1 failed (1)
252026-06-14T09:12:04Z Tests 3 failed | 20 passed (23)
262026-06-14T09:12:04Z Duration 2534ms
272026-06-14T09:12:04Z Error: Process completed with exit code 1.