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

      const msg = parseTwitchMessage(msgText) as CapMessage;