Plugin that implements all possible plugin hooks and prints out a debug message with the hook name, and a subset of the first argument passed to the hook.
For hooks that receive a testable it prints the testable id and type, for hooks that receive a test event it prints the type, file and line.
Customize which values are printed with
:kaocha/bindings {kaocha.plugin.debug/*keys* [,,,]}
Plugin that implements all possible plugin hooks and prints out a debug message with the hook name, and a subset of the first argument passed to the hook. For hooks that receive a testable it prints the testable id and type, for hooks that receive a test event it prints the type, file and line. Customize which values are printed with ``` clojure :kaocha/bindings {kaocha.plugin.debug/*keys* [,,,]} ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close