Skip to content
Extraits de code Groupes Projets
Valider f8e9aa49 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Linting

parent 367e76d2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,6 +3,6 @@ import {MockCollection} from "./collection";
// Mocking TextChannel
export class MockChannel {
constructor (public id: string = "", public guild: any = null) { }
public members = new MockCollection<string, MockMember>();
constructor (public id: string = "", public guild: any = null) { }
}
......@@ -488,9 +488,9 @@ describe("MatrixRoomHandler", () => {
return {
joinRoom: () => {
return Promise.resolve();
}
},
};
}
},
};
const startTime = Date.now();
const MAXTIME = 1000;
......@@ -514,7 +514,7 @@ describe("MatrixRoomHandler", () => {
},
getUserId: () => "@test:localhost",
};
}
},
};
const startTime = Date.now();
const MINTIME = 1000;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter