Update snapshot for mock FileUploadProvider

This commit is contained in:
jwu-fisker
2021-01-07 15:25:01 -08:00
parent a2e27ca6a1
commit 116581c7dd
2 changed files with 58 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
jest.mock("../Contexts/UserContext");
jest.mock("../Contexts/FileUploadContext");
import { BrowserRouter } from 'react-router-dom';
import { render, cleanup } from "@testing-library/react"