Add jest-mock to dependencies (#7800)

It's being used by the chat export test, but is not listed as a dependency.

If we rely on it, we should rely on it.
This commit is contained in:
Travis Ralston 2022-02-14 12:29:08 -07:00 committed by GitHub
parent 9b3af6c493
commit 9141225a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,7 @@
"jest-canvas-mock": "^2.3.0",
"jest-environment-jsdom": "^27.0.6",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^27.5.1",
"jest-raw-loader": "^1.0.1",
"matrix-mock-request": "^1.2.3",
"matrix-react-test-utils": "^0.2.3",