š I am curious about a code example I saw in the miniflare blog post: https://blog.cloudflare.com/m
It contains:
Is it common to expose internal methods like increment and test them separately in Jest? I thought it would be always "better" to only test the handler.
The official doc doesn't contain such examples, mostly curious here


