Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
We did it!
  • Loading branch information
Timothy-Gonzalez committed Oct 16, 2024
1 parent afbdf98 commit 683e8c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const ADMIN_PAYLOAD = {
} satisfies JwtPayload;

// NOTE: This test suite will only test functions not well covered elsewhere.
// Ideally, we shouldn't have this as a lib and instead as a globally shared thing, but that's a future
// problem to solve.

describe("getJwtPayloadFromProfile", () => {
it.each([
Expand Down

0 comments on commit 683e8c9

Please sign in to comment.