Skip to content

Commit b3ec3b7

Browse files
committed
set broken supabase version for testing
1 parent d33e60f commit b3ec3b7

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

test/deno/deno.lock

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/deno/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assertEquals, assertExists } from 'https://deno.land/[email protected]/assert/mod.ts'
2-
import { createClient, SupabaseClient } from 'jsr:@supabase/supabase-js@2.50.1-next.3'
3-
import type { RealtimeChannel } from 'jsr:@supabase/supabase-js@2.50.1-next.3'
2+
import { createClient, SupabaseClient } from 'jsr:@supabase/supabase-js@2.49.9'
3+
import type { RealtimeChannel } from 'jsr:@supabase/supabase-js@2.49.9'
44

55
// These tests assume that a local Supabase server is already running
66
// Start a local Supabase instance with 'supabase start' before running these tests

0 commit comments

Comments
 (0)