@urbank here’s something interesting that just landed in keechma - ui component test helpers https://github.com/keechma/keechma/blob/master/test/keechma/test/ui_component/test_helpers.cljs
@mihaelkonjevic Interesting. So at a glace this looks like a way to test a component without wiring up a whole app, correct?
yes
you can completely mock the subscriptions and child components
these tests use a library I’m about to release (https://github.com/retro/syntest) which simulates user actions. It will work similar to http://funcunit.com (it’s using the same lib to simulate the user actions)
Cool! I'll try it out tomorrow on the app 🙂