Looking for resources on testing Effect code with Bun's test runner
Anyone have good resources on writing tests for Effect code? I get the concept that because of Effect DI it makes it easy to mock things and I know there are a few things in the Effect docs regarding mocking but I'd love to see a proper breakdown or real world code that shows properly implemented tests with Effect.
Also I know there is
@effect/vitest
@effect/vitest
but I use Bun and it's built in test runner as it seems to be extremely fast. Not sure if that complicates things.