Fork me on GitHub
#testing
<
2023-10-11
>
Mateusz Mazurczak18:10:44

Does anyone know how to automatically test in cljs if browser has some errors/warnings? Or any suggestions where to look for that, could be also some library for that, basically I want to have a test that starts an app and looks what messages are in browser console.

pesterhazy07:10:58

You could rebind window.console

👍 1