0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Renamed App test

no issue

- Just a minor cleanup
This commit is contained in:
Naz 2022-07-05 10:03:56 +02:00
parent 686e53bc88
commit 55e3bf3885

View file

@ -2,7 +2,7 @@ import {render, screen} from '@testing-library/react';
import App from './App';
import React from 'react';
test('renders learn react link', () => {
test('renders Sodo Search app component', () => {
render(<App />);
const linkElement = screen.getByText(/Sodo Search/i);
expect(linkElement).toBeInTheDocument();