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"))) ?
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