Update imports

This commit is contained in:
jwu-fisker
2021-01-06 20:17:52 -08:00
parent 4abeb0e9a0
commit 0454317ece
3 changed files with 4 additions and 10 deletions

View File

@@ -1,10 +1,7 @@
jest.mock("../Contexts/UserContext");
jest.mock("../Contexts/UserContext");
import React from "react";
import { BrowserRouter } from 'react-router-dom';
import {render, cleanup, screen, fireEvent, waitFor} from "@testing-library/react"
import { useUserContext, UserProvider } from "../Contexts/UserContext";
import {render, cleanup} from "@testing-library/react"
import FileUploadForm from './index';
describe("File Upload Form", () => {