reformatted code

This commit is contained in:
2025-07-07 22:36:14 +02:00
parent 6d354e1734
commit dda29ac15c
7 changed files with 18 additions and 18 deletions

View File

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