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