SFU-Blueprint / Pedals

Apache License 2.0
0 stars 0 forks source link

Write Unit Tests for supabaseClient.ts #3

Closed Sallin142 closed 4 months ago

Sallin142 commented 4 months ago

Description:

Subtasks:

  1. Create src/utils/supabaseClient.test.ts.
  2. Write tests to verify the Supabase client initialization with and without an authentication token.
  3. Input: Request with and without headers.
  4. Output: Valid Supabase client instance.