diff --git a/.idea/root.iml b/.idea/root.iml index 22bfc1d..fbe65ad 100644 --- a/.idea/root.iml +++ b/.idea/root.iml @@ -10,11 +10,4 @@ - - - \ No newline at end of file diff --git a/code/backend/backend.iml b/code/backend/backend.iml index e6b7d9d..65017c1 100644 --- a/code/backend/backend.iml +++ b/code/backend/backend.iml @@ -5,7 +5,7 @@ - + \ No newline at end of file diff --git a/code/frontend/src/App.test.js b/code/frontend/src/App.test.js deleted file mode 100644 index 618c283..0000000 --- a/code/frontend/src/App.test.js +++ /dev/null @@ -1,9 +0,0 @@ -import { render, screen } from "@testing-library/react" -import App from "./App" - - -test("renders learn react link", () => { - render() - const linkElement = screen.getByText(/learn react/i) - expect(linkElement).toBeInTheDocument() -})