describe("./message/twitch-types/connection/pong", function () {
  describe("PongMessage", function () {
    it("should be able to parse a real PONG message with no argument", function () {
      const msg = parseTwitchMessage(":tmi.twitch.tv PONG") as PongMessage;