format frontend

This commit is contained in:
nora 2022-03-06 13:36:23 +01:00
parent ebc9756d1e
commit bd0a39dd7a
10 changed files with 30 additions and 27 deletions

View file

@ -1,8 +1,8 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import App from './App';
import React from "react";
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();