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