You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MatrixHttpApi should return expected object from \`getContentUri\` 1`] = `
|
|
{
|
|
"base": "http://baseUrl",
|
|
"params": {
|
|
"access_token": "token",
|
|
},
|
|
"path": "/_matrix/media/r0/upload",
|
|
}
|
|
`;
|