Skip to content

Commit 99529c3

Browse files
committed
wip
1 parent f06ddb3 commit 99529c3

File tree

3 files changed

+1
-185
lines changed

3 files changed

+1
-185
lines changed

packages/rls-demo/__tests__/rls-test-products.test.ts

Lines changed: 0 additions & 96 deletions
This file was deleted.

packages/rls-demo/__tests__/rls-test-users.test.ts

Lines changed: 0 additions & 88 deletions
This file was deleted.

packages/rls-demo/__tests__/seeding/seeding.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getConnections, PgTestClient, seed } from 'supabase-test';
1+
import { getConnections, PgTestClient } from 'supabase-test';
22

33
let db: PgTestClient;
44
let teardown: () => Promise<void>;

0 commit comments

Comments
 (0)