From Discord: Add Effect-Based TestSchema Variants
Author: effect-botCreated Sep 16, 2026Updated Sep 16, 2026
Summary
TestSchema currently uses Promises intentionally to remain compatible with any test runner. However, this can be confusing when using Effect-aware test APIs such as it.effect. Add Effect-returning variants alongside the existing Promise-based API, preserving backward compatibility and broad test-runner support.
Discord thread
https://discord.com/channels/795981131316985866/1549752637820244102
Source: Effect-TS/effect