diff --git a/frontend/example.csv b/frontend/example.csv deleted file mode 100644 index 647dcae6..00000000 --- a/frontend/example.csv +++ /dev/null @@ -1,5 +0,0 @@ -name,email -John Doe,john@example.com -Jane Smith,jane@example.com -Michael Johnson,michael@example.com -Emma Wilson,emma@example.com diff --git a/frontend/src/containers/App.jsx b/frontend/src/App.jsx similarity index 70% rename from frontend/src/containers/App.jsx rename to frontend/src/App.jsx index a4719a01..65a71798 100644 --- a/frontend/src/containers/App.jsx +++ b/frontend/src/App.jsx @@ -1,18 +1,18 @@ import { ThemeProvider } from "@material-ui/core"; import "normalize.css"; import { BrowserRouter, Route, Switch } from "react-router-dom"; -import AuthenticationContextProvider from "../context/AuthenticationContextProvider"; -import ScenarioContextProvider from "../context/ScenarioContextProvider"; -import SceneContextProvider from "../context/SceneContextProvider"; -import AccessLevel from "../enums/route.access.level"; -import ProtectedRoute from "../firebase/ProtectedRoute"; -import "../styling/style.scss"; -import DashboardPage from "./pages/Dashboard/DashboardPage"; -import LoginPage from "./pages/LoginPage"; -import ManageGroupsPage from "./pages/ManageGroups/ManageGroupsPage"; -import PlayScenarioResolver from "./pages/PlayScenarioPage/PlayScenarioResolver"; -import ScenarioSelectionPage from "./pages/ScenarioSelectionPage"; -import { ScenePage } from "./pages/SceneSelectionPage"; +import AuthenticationContextProvider from "./context/AuthenticationContextProvider"; +import ScenarioContextProvider from "./context/ScenarioContextProvider"; +import SceneContextProvider from "./context/SceneContextProvider"; +import AccessLevel from "./enums/route.access.level"; +import ProtectedRoute from "./firebase/ProtectedRoute"; +import "./styles/style.scss"; +import DashboardPage from "./features/dashboard/DashboardPage"; +import LoginPage from "./features/login/LoginPage/LoginPage"; +import ManageGroupsPage from "./features/groups/ManageGroupsPage"; +import PlayScenarioResolver from "./features/playScenario/PlayScenarioResolver"; +import ScenarioSelectionPage from "./features/scenarioSelection/ScenarioSelectionPage"; +import { ScenePage } from "./features/sceneSelection/SceneSelectionPage"; import theme from "./theme/App.theme"; export default function App() { diff --git a/frontend/src/components/.gitkeep b/frontend/src/components/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/frontend/src/components/CreateScenarioCard.jsx b/frontend/src/components/CreateScenarioCard/CreateScenarioCard.jsx similarity index 95% rename from frontend/src/components/CreateScenarioCard.jsx rename to frontend/src/components/CreateScenarioCard/CreateScenarioCard.jsx index 09dc5107..0a5455a0 100644 --- a/frontend/src/components/CreateScenarioCard.jsx +++ b/frontend/src/components/CreateScenarioCard/CreateScenarioCard.jsx @@ -1,6 +1,6 @@ import { useState } from "react"; import Button from "@material-ui/core/Button"; -import styles from "../styling/CreateScenarioCard.module.scss"; +import styles from "./CreateScenarioCard.module.scss"; export default function CreateScenarioCard({ onCreate, onClose }) { const [name, setName] = useState("default name"); diff --git a/frontend/src/styling/CreateScenarioCard.module.scss b/frontend/src/components/CreateScenarioCard/CreateScenarioCard.module.scss similarity index 100% rename from frontend/src/styling/CreateScenarioCard.module.scss rename to frontend/src/components/CreateScenarioCard/CreateScenarioCard.module.scss diff --git a/frontend/src/components/DashedCard.jsx b/frontend/src/components/DashedCard.jsx index a2a3080a..fdce33d9 100644 --- a/frontend/src/components/DashedCard.jsx +++ b/frontend/src/components/DashedCard.jsx @@ -1,5 +1,5 @@ import { Box } from "@material-ui/core"; -import styles from "../styling/ListContainer.module.scss"; +import styles from "./ListContainer/ListContainer.module.scss"; /** * Component used to represent a card with a dashed border, used to indicate that a new card can be created. diff --git a/frontend/src/components/DraggableScene.jsx b/frontend/src/components/DraggableScene.jsx deleted file mode 100644 index 2388a3d0..00000000 --- a/frontend/src/components/DraggableScene.jsx +++ /dev/null @@ -1,24 +0,0 @@ -// DraggableScene.js -import { useDrag } from "react-dnd"; - -const DraggableScene = ({ index, onDragStart }) => { - const [{ isDragging }, drag] = useDrag({ - type: "SCENE", - item: { index }, - collect: (monitor) => ({ - isDragging: !!monitor.isDragging(), - }), - begin: () => { - onDragStart(index); - }, - }); - - return ( -
- {/* Render your scene component here */} - {/* For example:
{scene.name}
*/} -
- ); -}; - -export default DraggableScene; diff --git a/frontend/src/components/ImageListContainer.jsx b/frontend/src/components/ListContainer/ImageListContainer.jsx similarity index 100% rename from frontend/src/components/ImageListContainer.jsx rename to frontend/src/components/ListContainer/ImageListContainer.jsx diff --git a/frontend/src/components/ListContainer.jsx b/frontend/src/components/ListContainer/ListContainer.jsx similarity index 97% rename from frontend/src/components/ListContainer.jsx rename to frontend/src/components/ListContainer/ListContainer.jsx index b0e9faf7..72754680 100644 --- a/frontend/src/components/ListContainer.jsx +++ b/frontend/src/components/ListContainer/ListContainer.jsx @@ -4,10 +4,10 @@ import { Box } from "@material-ui/core"; import ImageList from "@material-ui/core/ImageList"; import ImageListItem from "@material-ui/core/ImageListItem"; -import Thumbnail from "containers/pages/AuthoringTool/Components/Thumbnail"; -import DashedCard from "./DashedCard"; +import Thumbnail from "features/authoring/components/Thumbnail"; +import DashedCard from "../DashedCard"; -import styles from "../styling/ListContainer.module.scss"; +import styles from "./ListContainer.module.scss"; import useStyles from "./component.styles"; /** diff --git a/frontend/src/styling/ListContainer.module.scss b/frontend/src/components/ListContainer/ListContainer.module.scss similarity index 100% rename from frontend/src/styling/ListContainer.module.scss rename to frontend/src/components/ListContainer/ListContainer.module.scss diff --git a/frontend/src/components/component.styles.js b/frontend/src/components/ListContainer/component.styles.js similarity index 100% rename from frontend/src/components/component.styles.js rename to frontend/src/components/ListContainer/component.styles.js diff --git a/frontend/src/components/ResourceObjects.jsx b/frontend/src/components/ResourceObjects.jsx deleted file mode 100644 index ee492836..00000000 --- a/frontend/src/components/ResourceObjects.jsx +++ /dev/null @@ -1,142 +0,0 @@ -// to do: remove imgs from project folder when integrating - -const resources = [ - { - id: "vital_signs_initial", - displayName: "Initial Vitals", - content: [ - { - type: "image", - src: "https://resusmonitor.com/static/cropped_monitor.png", - alt: "Initial Vital Signs Monitor", - }, - ], - }, - { - id: "vital_signs_improved", - displayName: "Improved Vitals", - content: [ - { - type: "image", - src: "https://resusmonitor.com/static/cropped_monitor.png", - alt: "Improved Vital Signs Monitor", - }, - ], - }, - - { - id: "inital_ecg", - displayName: "Initial ECG", - content: [ - { - type: "image", - src: "https://www.ecgedu.com/wp-content/uploads/2022/05/Junctional-tachycardia-strip-black-on-red-paper.png", - alt: "Initial ECG Graph", - }, - ], - }, - { - id: "improved_ecg", - displayName: "Improved ECG", - content: [ - { - type: "image", - src: "https://www.ecgedu.com/wp-content/uploads/2022/05/Ventricular-fibrillation-strip-black-on-red-paper.jpeg", - // src: "images/ECG_improved.png", - alt: "Improved ECG Graph", - }, - ], - }, - { - id: "deteriorated_ecg", - displayName: "Deteriorated ECG", - content: [ - { - type: "image", - src: "https://wtcs.pressbooks.pub/app/uploads/sites/36/2022/11/Sinus-Tachycardia-1-1024x281.jpg", - alt: "Deteriorated ECG Graph", - }, - ], - }, - - { - id: "medical_history", - displayName: "Medical History", - content: [ - { - type: "text", - items: [ - "Type 2 diabetes", - "Hypertension", - "Chronic kidney disease stage 3", - ], - }, - ], - }, - { - id: "medication_history", - displayName: "Initial Medication History", - content: [ - { - type: "text", - items: [ - "Metformin 1000 mg BID", - "Lisinopril 20 mg daily", - "Amlodipine 10 mg daily", - "Atorvastatin 40 mg daily", - ], - }, - ], - }, - { - id: "new_medication_history", - displayName: "Updated Medication History", - content: [ - { - type: "text", - items: [ - "Metformin (held)", - "Lisinopril 20 mg daily", - "Amlodipine 10 mg daily", - "Atorvastatin 40 mg daily", - "New medications: Aspirin, Nitroglycerin, Beta-blocker", - ], - }, - ], - }, - - { - id: "lab_results", - displayName: "Lab Result", - content: [ - { - type: "text", - items: [ - "Troponin: Elevated", - "CK-MB: Elevated", - "CBC: Normal", - "BMP: Elevated", - "creatinine (2.0 mg/dL)", - "reduced GFR (45 mL/min/1.73m²)", - ], - }, - ], - }, - { - id: "general_guidlines", - displayName: "General Guidelines", - content: [ - { - type: "text", - items: [ - "Don't overdose patient", - "Feed patient", - "Keep patient alive", - "Fix patient", - ], - }, - ], - }, -]; - -export default resources; diff --git a/frontend/src/components/ScreenContainer.jsx b/frontend/src/components/ScreenContainer/ScreenContainer.jsx similarity index 87% rename from frontend/src/components/ScreenContainer.jsx rename to frontend/src/components/ScreenContainer/ScreenContainer.jsx index 14a958f4..2868ed40 100644 --- a/frontend/src/components/ScreenContainer.jsx +++ b/frontend/src/components/ScreenContainer/ScreenContainer.jsx @@ -1,4 +1,4 @@ -import styles from "../styling/ScreenContainer.module.scss"; +import styles from "./ScreenContainer.module.scss"; /** * Component used to encapsulate the entire application. diff --git a/frontend/src/styling/ScreenContainer.module.scss b/frontend/src/components/ScreenContainer/ScreenContainer.module.scss similarity index 100% rename from frontend/src/styling/ScreenContainer.module.scss rename to frontend/src/components/ScreenContainer/ScreenContainer.module.scss diff --git a/frontend/src/components/ShareModal.jsx b/frontend/src/components/ShareModal/ShareModal.jsx similarity index 94% rename from frontend/src/components/ShareModal.jsx rename to frontend/src/components/ShareModal/ShareModal.jsx index 2915dd72..2555c97b 100644 --- a/frontend/src/components/ShareModal.jsx +++ b/frontend/src/components/ShareModal/ShareModal.jsx @@ -3,8 +3,8 @@ import Button from "@material-ui/core/Button"; import Dialog from "@material-ui/core/Dialog"; import Typography from "@material-ui/core/Typography"; import { useContext, useState } from "react"; -import ScenarioContext from "../context/ScenarioContext"; -import styles from "../styling/ShareModal.module.scss"; +import ScenarioContext from "../../context/ScenarioContext"; +import styles from "./ShareModal.module.scss"; /** * Component used to a display a share model on the screen, conisting of a copiable link and a button. diff --git a/frontend/src/styling/ShareModal.module.scss b/frontend/src/components/ShareModal/ShareModal.module.scss similarity index 100% rename from frontend/src/styling/ShareModal.module.scss rename to frontend/src/components/ShareModal/ShareModal.module.scss diff --git a/frontend/src/components/SideBar.jsx b/frontend/src/components/SideBar/SideBar.jsx similarity index 90% rename from frontend/src/components/SideBar.jsx rename to frontend/src/components/SideBar/SideBar.jsx index e9395458..f50f3c76 100644 --- a/frontend/src/components/SideBar.jsx +++ b/frontend/src/components/SideBar/SideBar.jsx @@ -1,14 +1,14 @@ import Button from "@material-ui/core/Button"; import { useContext, useState } from "react"; import { Link, useHistory } from "react-router-dom"; -import AuthenticationContext from "../context/AuthenticationContext"; -import ScenarioContext from "../context/ScenarioContext"; -import AccessLevel from "../enums/route.access.level"; -import { useDelete, usePost } from "../hooks/crudHooks"; -import styles from "../styling/SideBar.module.scss"; -import HelpButton from "./HelpButton"; -import CreateScenerioCard from "./CreateScenarioCard"; -import DeleteModal from "./DeleteModal"; +import AuthenticationContext from "../../context/AuthenticationContext"; +import ScenarioContext from "../../context/ScenarioContext"; +import AccessLevel from "../../enums/route.access.level"; +import { useDelete, usePost } from "../../hooks/crudHooks"; +import styles from "./SideBar.module.scss"; +import HelpButton from "../HelpButton"; +import CreateScenerioCard from "../CreateScenarioCard/CreateScenarioCard"; +import DeleteModal from "../DeleteModal"; /** * Component used for navigation and executing actions located at the left side of the screen. diff --git a/frontend/src/styling/SideBar.module.scss b/frontend/src/components/SideBar/SideBar.module.scss similarity index 100% rename from frontend/src/styling/SideBar.module.scss rename to frontend/src/components/SideBar/SideBar.module.scss diff --git a/frontend/src/components/SpeechboxArrow.jsx b/frontend/src/components/SpeechboxArrow/SpeechboxArrow.jsx similarity index 97% rename from frontend/src/components/SpeechboxArrow.jsx rename to frontend/src/components/SpeechboxArrow/SpeechboxArrow.jsx index cf5dd307..c10ca84f 100644 --- a/frontend/src/components/SpeechboxArrow.jsx +++ b/frontend/src/components/SpeechboxArrow/SpeechboxArrow.jsx @@ -1,4 +1,4 @@ -import Triangle from "components/Triangle"; +import Triangle from "components/SpeechboxArrow/Triangle"; import React, { useEffect } from "react"; const SpeechTextboxArrow = React.memo( diff --git a/frontend/src/components/Triangle.jsx b/frontend/src/components/SpeechboxArrow/Triangle.jsx similarity index 100% rename from frontend/src/components/Triangle.jsx rename to frontend/src/components/SpeechboxArrow/Triangle.jsx diff --git a/frontend/src/components/TopBar.jsx b/frontend/src/components/TopBar/TopBar.jsx similarity index 88% rename from frontend/src/components/TopBar.jsx rename to frontend/src/components/TopBar/TopBar.jsx index c810464e..ab667085 100644 --- a/frontend/src/components/TopBar.jsx +++ b/frontend/src/components/TopBar/TopBar.jsx @@ -2,11 +2,11 @@ import Button from "@material-ui/core/Button"; import { useContext, useState } from "react"; import { Link, useHistory } from "react-router-dom"; -import BackModal from "../containers/pages/AuthoringTool/BackModal"; -import AuthoringToolContext from "../context/AuthoringToolContext"; -import ScenarioContext from "../context/ScenarioContext"; -import SceneContext from "../context/SceneContext"; -import styles from "../styling/TopBar.module.scss"; +import BackModal from "../../features/authoring/components/BackModal/BackModal"; +import AuthoringToolContext from "../../context/AuthoringToolContext"; +import ScenarioContext from "../../context/ScenarioContext"; +import SceneContext from "../../context/SceneContext"; +import styles from "./TopBar.module.scss"; /** * Component used for navigation and executing actions located at the top of the screen. diff --git a/frontend/src/styling/TopBar.module.scss b/frontend/src/components/TopBar/TopBar.module.scss similarity index 100% rename from frontend/src/styling/TopBar.module.scss rename to frontend/src/components/TopBar/TopBar.module.scss diff --git a/frontend/src/components/TryAccessScenarioButton.jsx b/frontend/src/components/TryAccessScenarioButton.jsx deleted file mode 100644 index ffe0f170..00000000 --- a/frontend/src/components/TryAccessScenarioButton.jsx +++ /dev/null @@ -1,30 +0,0 @@ -const BackToScenarioSelectionButton = () => { - const containerStyle = { - display: "flex", - justifyContent: "center", - alignItems: "center", - }; - - const buttonStyle = { - padding: "10px 20px", - fontSize: "16px", - borderRadius: "5px", - backgroundColor: "#035084", - textDecoration: "none", - color: "#FFFFFF", - }; - - const handleClick = () => { - window.location.reload(); - }; - - return ( -
- -
- ); -}; - -export default BackToScenarioSelectionButton; diff --git a/frontend/src/components/__tests__/DashedCard.test.js b/frontend/src/components/__tests__/DashedCard.test.js deleted file mode 100644 index ff65567d..00000000 --- a/frontend/src/components/__tests__/DashedCard.test.js +++ /dev/null @@ -1,14 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import DashedCard from "../DashedCard"; - -test("Dashed Card component snapshot test", () => { - const component = renderer.create( - - - - ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/ImageListContainer.test.js b/frontend/src/components/__tests__/ImageListContainer.test.js deleted file mode 100644 index 21410b76..00000000 --- a/frontend/src/components/__tests__/ImageListContainer.test.js +++ /dev/null @@ -1,24 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import ImageListContainer from "../ImageListContainer"; - -test("ImageListContainer component snapshot test", () => { - const testData = [ - { - _id: "1", - url: "https://drive.google.com/uc?export=view&id=18XRH_KNKSjhjTKxonEinMSZXnK1OU2at", - }, - { - _id: "2", - url: "https://drive.google.com/uc?export=view&id=1FNZEXQhXc9ieGbnSBBHJ3FfXeMIMai7w", - }, - ]; - const component = renderer.create( - - - - ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/ListContainer.test.js b/frontend/src/components/__tests__/ListContainer.test.js deleted file mode 100644 index 2bf7b7ba..00000000 --- a/frontend/src/components/__tests__/ListContainer.test.js +++ /dev/null @@ -1,21 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import ListContainer from "../ListContainer"; - -test("ListContainer component snapshot test", () => { - const testData = [ - { - _id: 1, - name: "Scenario 1", - img: "", - }, - ]; - const component = renderer.create( - - - - ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/ModalDialogue.test.js b/frontend/src/components/__tests__/ModalDialogue.test.js deleted file mode 100644 index e31b3a6a..00000000 --- a/frontend/src/components/__tests__/ModalDialogue.test.js +++ /dev/null @@ -1,13 +0,0 @@ -import { render } from "@testing-library/react"; -import { BrowserRouter } from "react-router-dom"; -import ModalDialogue from "../ModalDialogue"; - -test("ModalDialogue component snapshot test", () => { - const { baseElement } = render( - - - - ); - - expect(baseElement).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/ScreenContainer.test.js b/frontend/src/components/__tests__/ScreenContainer.test.js deleted file mode 100644 index fc6cbf55..00000000 --- a/frontend/src/components/__tests__/ScreenContainer.test.js +++ /dev/null @@ -1,17 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import ScreenContainer from "../ScreenContainer"; - -test("ScreenContainer component snapshot test", () => { - const component = renderer.create( - - -
test
-
test
-
-
- ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/ShareModal.test.js b/frontend/src/components/__tests__/ShareModal.test.js deleted file mode 100644 index 5d53592c..00000000 --- a/frontend/src/components/__tests__/ShareModal.test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { render } from "@testing-library/react"; -import { BrowserRouter } from "react-router-dom"; -import AuthenticationContextProvider from "../../context/AuthenticationContextProvider"; -import ScenarioContext from "../../context/ScenarioContext"; -import SceneContextProvider from "../../context/SceneContextProvider"; -import ShareModal from "../ShareModal"; - -test("ShareModal component snapshot test", () => { - const context = { - currentScenario: { _id: "test" }, - }; - - const { baseElement } = render( - - - - - - - - - - ); - - expect(baseElement).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/SideBar.test.js b/frontend/src/components/__tests__/SideBar.test.js deleted file mode 100644 index 0478426e..00000000 --- a/frontend/src/components/__tests__/SideBar.test.js +++ /dev/null @@ -1,20 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import AuthenticationContextProvider from "../../context/AuthenticationContextProvider"; -import ScenarioContextProvider from "../../context/ScenarioContextProvider"; -import SideBar from "../SideBar"; - -test("Side Bar component snapshot test", () => { - const component = renderer.create( - - - - - - - - ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/TopBar.test.js b/frontend/src/components/__tests__/TopBar.test.js deleted file mode 100644 index 8571b4a1..00000000 --- a/frontend/src/components/__tests__/TopBar.test.js +++ /dev/null @@ -1,27 +0,0 @@ -import { BrowserRouter } from "react-router-dom"; -import renderer from "react-test-renderer"; -import AuthenticationContextProvider from "../../context/AuthenticationContextProvider"; -import ScenarioContext from "../../context/ScenarioContext"; -import SceneContextProvider from "../../context/SceneContextProvider"; -import TopBar from "../TopBar"; - -test("Top Bar component snapshot test", () => { - const context = { - currentScenario: { _id: "scenarioId" }, - }; - - const component = renderer.create( - - - - - - - - - - ); - - const tree = component.toJSON(); - expect(tree).toMatchSnapshot(); -}); diff --git a/frontend/src/components/__tests__/__snapshots__/DashedCard.test.js.snap b/frontend/src/components/__tests__/__snapshots__/DashedCard.test.js.snap deleted file mode 100644 index f653a349..00000000 --- a/frontend/src/components/__tests__/__snapshots__/DashedCard.test.js.snap +++ /dev/null @@ -1,30 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Dashed Card component snapshot test 1`] = ` -
-
-
-
-
-
-

- Create New Scene -

-
-`; diff --git a/frontend/src/components/__tests__/__snapshots__/ImageListContainer.test.js.snap b/frontend/src/components/__tests__/__snapshots__/ImageListContainer.test.js.snap deleted file mode 100644 index 80329c22..00000000 --- a/frontend/src/components/__tests__/__snapshots__/ImageListContainer.test.js.snap +++ /dev/null @@ -1,53 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`ImageListContainer component snapshot test 1`] = ` -
    -
  • -
    -
    -
    -
  • -
  • -
    -
    -
    -
  • -
-`; diff --git a/frontend/src/components/__tests__/__snapshots__/ListContainer.test.js.snap b/frontend/src/components/__tests__/__snapshots__/ListContainer.test.js.snap deleted file mode 100644 index 8874117e..00000000 --- a/frontend/src/components/__tests__/__snapshots__/ListContainer.test.js.snap +++ /dev/null @@ -1,61 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`ListContainer component snapshot test 1`] = ` -
-

- Created scenarios -

-
    -
  • -
    -
    -
    - - - -
    - -
    -
    -
  • -
-
-`; diff --git a/frontend/src/components/__tests__/__snapshots__/ModalDialogue.test.js.snap b/frontend/src/components/__tests__/__snapshots__/ModalDialogue.test.js.snap deleted file mode 100644 index b0dcfb87..00000000 --- a/frontend/src/components/__tests__/__snapshots__/ModalDialogue.test.js.snap +++ /dev/null @@ -1,59 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`ModalDialogue component snapshot test 1`] = ` - -