Closed MDIB closed 6 years ago
Adding this checker because we faced a situation where we didn't catch a bug because the test was broken it wasn't testing anything. eg
(partial my-side-effect-fn! arg) => irrelevant
this could be easily solved using this new checker:
(partial my-side-effect-fn arg) => irrelevant-value ;;this would make the fact around it fail
Adding this checker because we faced a situation where we didn't catch a bug because the test was broken it wasn't testing anything. eg
this could be easily solved using this new checker: