From 40d88820a1df9c5a424234edd58852b014f940c5 Mon Sep 17 00:00:00 2001 From: rafaelmmiller <8574157+rafaelmmiller@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:50:33 -0300 Subject: [PATCH] comment --- apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts b/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts index e95ac2fade..cbaac7864d 100644 --- a/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts +++ b/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts @@ -575,7 +575,7 @@ describe("E2E Tests for v1 API Routes", () => { // if (!("data" in response.body)) { // throw new Error("Expected response body to have 'data' property"); // } - + // // expect(response.body.data.markdown).toContain("You have reached the bottom!") }, 30000);