Skip to content

Commit

Permalink
refactoring + url params
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Oct 16, 2023
1 parent aaab5b7 commit db83025
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 194 deletions.
8 changes: 4 additions & 4 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
Loading

0 comments on commit db83025

Please sign in to comment.