Implement subscription management and Supabase enhancements #70
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.
|