Integrating Default Dates with Effect-Based Dates in Effect Vitest
What's currently the best way for a "default date" to work together with other "effect based" dates in effect vitest? E.g. if a third party library / external system sets a date I need to react on (e.g. a key value store or the like)? Excluding the mocks across all tests doesn't work anymore in the shape it did earlier.
