testing

Mateusz Mazurczak 2023-10-11T18:47:44.416729Z

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.

pesterhazy 2023-10-12T07:16:58.623159Z

You could rebind window.console

👍 1