describe.only("test", () => { it.gen("generator", function* ($) { yield * $(Effect.succeed(1)); }); });
© 2026 Hedgehog Software, LLC