Skip to content

Implement subscription management and Supabase enhancements #70

Implement subscription management and Supabase enhancements

Implement subscription management and Supabase enhancements #70

Triggered via pull request May 1, 2025 12:37
@bryliebrylie
synchronize #35
initial-stripe
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test
Process completed with exit code 1.
src/lib/database/supabase-repository.test.ts: app/src/lib/subscription/subscription-service.ts#L343
Error: [vitest] No "user" export is defined on the "$lib/supabase/client" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("$lib/supabase/client"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/lib/subscription/subscription-service.ts:343:1 ❯ src/lib/database/supabase-repository.ts:4:1
test
Input required and not supplied: path
test
No files were found with the provided path: app/test-results/. No artifacts will be uploaded.