test-check

Helins 2021-06-17T17:21:49.013100Z

@colinkahn I was in search of "multiplexing" a single property into several one while still tracking exactly what fails. checking does that using is but I wasn't so pleased with the internals and wanted something that worked without is, so I created this (in case you find that helpful): https://github.com/helins/mprop.cljc

2021-06-17T17:31:31.013300Z

Cool, I’ll check this out!