From eeac332900d21eabded01984df1c10b65015e865 Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Thu, 7 Mar 2024 10:23:18 +0530 Subject: [PATCH] chore: dummy commit --- frontend/src/AppRoutes/routes.ts | 4 ---- .../src/pages/LogsExplorer/__tests__/LogsExplorer.test.tsx | 2 -- 2 files changed, 6 deletions(-) diff --git a/frontend/src/AppRoutes/routes.ts b/frontend/src/AppRoutes/routes.ts index db91f626f3b..d9921d94d12 100644 --- a/frontend/src/AppRoutes/routes.ts +++ b/frontend/src/AppRoutes/routes.ts @@ -49,10 +49,6 @@ import { WorkspaceBlocked, } from './pageComponents'; -const a = 'fjbwhd'; - -console.log(a); - const routes: AppRoutes[] = [ { component: SignupPage, diff --git a/frontend/src/pages/LogsExplorer/__tests__/LogsExplorer.test.tsx b/frontend/src/pages/LogsExplorer/__tests__/LogsExplorer.test.tsx index 2ba0a25a9b7..072bfe98caf 100644 --- a/frontend/src/pages/LogsExplorer/__tests__/LogsExplorer.test.tsx +++ b/frontend/src/pages/LogsExplorer/__tests__/LogsExplorer.test.tsx @@ -67,8 +67,6 @@ describe('Logs Explorer Tests', () => { // check the presence of histogram chart expect(getByText('Histogram Chart')).toBeInTheDocument(); - // check for jest errors - // toggle the chart and check it gets removed from the DOM const histogramToggle = getByRole('switch'); await userEvent.click(histogramToggle);