<@UB9K6R4JH> Where do you reset your mocks? In a B...
# kotlintest
d
@LeoColman Where do you reset your mocks? In a BehaviorSpec, I have mockKs inside
context
blocks but I can't reach them from the
beforeTest
in the class scope... I would have to put a
clearMockk
in each test 🤕?