1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

s/room_ephemeral/typing/

This commit is contained in:
Kegan Dougal
2022-11-18 14:30:30 +00:00
parent 0b65b199e3
commit a6badbb7fa
2 changed files with 6 additions and 6 deletions

View File

@ -809,14 +809,14 @@ describe("SlidingSyncSdk", () => {
});
});
});
describe("ExtensionRoomEphemeral", () => {
describe("ExtensionTyping", () => {
let ext: Extension;
beforeAll(async () => {
await setupClient();
const hasSynced = sdk!.sync();
await httpBackend!.flushAllExpected();
await hasSynced;
ext = findExtension("room_ephemeral");
ext = findExtension("typing");
});
it("gets enabled on the initial request only", () => {
expect(ext.onRequest(true)).toEqual({