I’m writing a test runner for fun and my constrain...
# mockk
c
I’m writing a test runner for fun and my constraint is that the test suite of the test runner has to finish at below 1000ms. so i can no longer add features when its almost at 1000ms and instead have to make it faster. my whole test suite takes 300ms now and it takes 1500ms if i add mockk.