If you're building apps with Effect, you've probably come across the @effect/vitest package. It's a nifty utility that integrates the Effect runtime into Vitest, making it a lot easier to test code that relies on effects, layers and other core constr...