sassaby
sassaby copied to clipboard
calls assertion is false positive
using the #calls assertion when used on a mixin that conditionally returns nothing is returning false positive.
Working on a fix for this bug. It should only affect mixins that return nothing in the tested cases, but my fix should improve the stability of the #calls and #doesNotCall assertion overall.