it("should not match anything that's not a NOTICE", function () {
      const msg = parseTwitchMessage(
        "@msg-id=timeout_success :tmi.twitch.tv TEST #pajlada :WEEB123 has been timed out for 1 second."
      );
      assert.isFalse(matchingNotice("pajlada", ["timeout_success"])(msg));