keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
mihaelkonjevic 2017-08-18T19:05:33.000009Z

@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

urbank 2017-08-18T19:37:46.000406Z

@mihaelkonjevic Interesting. So at a glace this looks like a way to test a component without wiring up a whole app, correct?

mihaelkonjevic 2017-08-18T19:37:59.000193Z

yes

mihaelkonjevic 2017-08-18T19:38:14.000192Z

you can completely mock the subscriptions and child components

mihaelkonjevic 2017-08-18T19:39:08.000147Z

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)

urbank 2017-08-18T19:46:01.000274Z

Cool! I'll try it out tomorrow on the app 🙂