Function: hypb-ert-message-function
hypb-ert-message-function is a byte-compiled function defined in
hypb-ert.el.
Signature
(hypb-ert-message-function MSG-PAT &rest ARGS)
Documentation
Ignore the messages ert outputs so can display its test messages.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb-ert.el
(defun hypb-ert-message-function (_msg-pat &rest _args)
"Ignore the messages ert outputs so can display its test messages."
;; (identity (apply #'format msg-pat args)))))))
nil)