This commit is contained in:
jwu-fisker
2021-01-06 20:20:11 -08:00
parent 0454317ece
commit 87e673576d
3 changed files with 3 additions and 3 deletions

View File

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