From 10e71527377eb4711a385f02774cc7b1dec35814 Mon Sep 17 00:00:00 2001
From: Stefano Pigozzi <256895@studenti.unimore.it>
Date: Tue, 27 Apr 2021 22:22:21 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20.iml=20files?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/root.iml | 7 -------
code/backend/backend.iml | 2 +-
code/frontend/src/App.test.js | 9 ---------
3 files changed, 1 insertion(+), 17 deletions(-)
delete mode 100644 code/frontend/src/App.test.js
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()
-})