You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed reading the doc of cljs.test that you can basically use a custom keyword for reporting:
You can plug in your own test-reporting framework by specifying a :reporter key in the test environment. It is normally set to :cljs.test/default. Set this to the desired key and supply custom implementations of the "report" multimethod.
It is probably a nice idea to have something more pluggable and/or modular.
I am playing around with this as we speak 😄
The text was updated successfully, but these errors were encountered:
I have noticed reading the doc of
cljs.test
that you can basically use a customkeyword
for reporting:It is probably a nice idea to have something more pluggable and/or modular.
I am playing around with this as we speak 😄
The text was updated successfully, but these errors were encountered: