1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00
This commit is contained in:
Michael Telatynski
2019-12-17 12:09:01 +00:00
parent 802092bf9a
commit c3415d2121
3 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@ export function getRenderer() {
* TODO: once the components are updated to get their MatrixClients from
* the react context, we can get rid of this and just inject a test client
* via the context instead.
*
* @returns {sinon.Sandbox}; remember to call sandbox.restore afterwards.
*/
export function stubClient() {
const client = createTestClient();