import { mockClient, promise } from "@xmpp/test"; test("answers to ping requests", async () => { const { entity } = mockClient(); entity.mockInput( , ); expect(await promise(entity, "send")).toEqual( , ); });