Am I going crazy or did the test card used to have ticks and crosses?
@tomisme: devcards went through a complete rewrite, got rid of all the extra fluff
@bhauman no worries, just a sanity check
I’m wondering how to reuse existing tests and show them in devcards
assume I have bunch of deftests in some other namespace, I want to import them into devcard namespace and create a bunch of cards with those tests embedded optionally with some additional documentation
@darwin: this is easy, just use devcards.core /deftest is works for both cases.
It defines the cljs.test as well as the devcards test
thanks, I will use it
I was hoping for “importing” existing deftests from other namespaces, but not sure if it would be possible
that would probably need a special defcard which could hook into cljs.test machinery