Skip to content

Commit

Permalink
frontend: Reenable App test
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Dubenko <oldubenko@microsoft.com>
  • Loading branch information
sniok committed Jan 24, 2025
1 parent 227257c commit 774c556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { render, waitFor } from '@testing-library/react';
import React from 'react';
import App from './App';

// todo: enable this after https://github.com/vitest-dev/vitest/issues/4143 is fixed
test.skip('renders without crashing', async () => {
test('renders without crashing', async () => {
const { getByText } = render(
<React.Suspense fallback="Loading...">
<App />
Expand Down

0 comments on commit 774c556

Please sign in to comment.