Skip to content

Commit

Permalink
chore: dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Mar 7, 2024
1 parent b786601 commit eeac332
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions frontend/src/AppRoutes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ import {
WorkspaceBlocked,
} from './pageComponents';

const a = 'fjbwhd';

console.log(a);

const routes: AppRoutes[] = [
{
component: SignupPage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eeac332

Please sign in to comment.