Skip to content

Commit be0a3e0

Browse files
committed
comment
1 parent 5609013 commit be0a3e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/hello-world/__tests__/hello-world.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const users = [
2525

2626
beforeAll(async () => {
2727
({ pg, db, teardown } = await getConnections());
28+
29+
// insert users using pg PgTestClient to bypass RLS (supabase auth.users table is not granted access)
2830
user1 = await insertUser(pg, users[0].email, users[0].id);
2931
user2 = await insertUser(pg, users[1].email, users[1].id);
3032
user3 = await insertUser(pg, users[2].email, users[2].id);

0 commit comments

Comments
 (0)