it("should parse multiple capabilities CAP ACK message", function () {
      const msgText =
        ":tmi.twitch.tv CAP * ACK :twitch.tv/commands twitch.tv/tags twitch.tv/membership";

      const msg = parseTwitchMessage(msgText) as CapMessage;