We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be0d44 commit 9d9b5b8Copy full SHA for 9d9b5b8
packages/core/test/lib/integrations/supabase.test.ts
@@ -6,10 +6,7 @@ import {
6
instrumentSupabaseClient,
7
translateFiltersIntoMethods,
8
} from '../../../src/integrations/supabase';
9
-import type {
10
- PostgRESTQueryBuilder,
11
- SupabaseClientInstance,
12
-} from '../../../src/integrations/supabase';
+import type { PostgRESTQueryBuilder, SupabaseClientInstance } from '../../../src/integrations/supabase';
13
14
// Mock tracing to avoid needing full SDK setup
15
vi.mock('../../../src/tracing', () => ({
0 commit comments