github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys.monitor/site.main.src/src/App.test.js (about)

     1  /*
     2   * Copyright (c) 2022-present unTill Pro, Ltd.
     3   */
     4  
     5  import { render, screen } from '@testing-library/react';
     6  import App from './App';
     7  
     8  test('renders learn react link', () => {
     9    render(<App />);
    10    const linkElement = screen.getByText(/learn react/i);
    11    expect(linkElement).toBeInTheDocument();
    12  });