matcher-combinators

Lēctia Landau 2024-09-20T16:08:25.118029Z

hey, i feel like i'm missing something stupid, but i really couldn't find any docs, is there really no way of doing (is (not (match? "abc" "def"))) ?

andrioni 2024-10-08T20:43:32.183429Z

there is a mismatch matcher, so you can write (is (match? (m/mismatch "abc") "def"), but these kind of tests tend to be annoyingly hard to debug at times