lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

Matcher combinators compat #23

Closed plexus closed 4 years ago

plexus commented 4 years ago

Add support for Matcher Combinators

This relies on the latest Kaocha for an updated message type hierarchy (:kaocha/known-key) which includes the MC specific messages.

This captures the MC specific events, and serializes their message to the frontend, maintaining record types.

See also https://github.com/nubank/matcher-combinators/issues/83#issuecomment-530370989