You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Pre-lint format
This commit is contained in:
@ -128,10 +128,10 @@ describe("MSC3089Branch", () => {
|
||||
|
||||
it('should be able to return event information', async () => {
|
||||
const mxcLatter = "example.org/file";
|
||||
const fileContent = {isFile: "not quite", url: "mxc://" + mxcLatter};
|
||||
const fileContent = { isFile: "not quite", url: "mxc://" + mxcLatter };
|
||||
const eventsArr = [
|
||||
{getId: () => "$not-file", getContent: () => ({})},
|
||||
{getId: () => fileEventId, getContent: () => ({file: fileContent})},
|
||||
{ getId: () => "$not-file", getContent: () => ({}) },
|
||||
{ getId: () => fileEventId, getContent: () => ({ file: fileContent }) },
|
||||
];
|
||||
client.getEventTimeline = () => Promise.resolve({
|
||||
getEvents: () => eventsArr,
|
||||
|
Reference in New Issue
Block a user