From 683e8c908a59488c324bb26fd383176d48f655cd Mon Sep 17 00:00:00 2001 From: Timothy-Gonzalez <105177619+Timothy-Gonzalez@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:50:55 -0500 Subject: [PATCH] Remove comment We did it! --- src/common/auth.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/auth.test.ts b/src/common/auth.test.ts index 351afca..5b8f42d 100644 --- a/src/common/auth.test.ts +++ b/src/common/auth.test.ts @@ -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([