workflow-swift icon indicating copy to clipboard operation
workflow-swift copied to clipboard

Add `AnyWorkflow(rendering:)` to make a constant-rendering workflow

Open bencochran opened this issue 5 years ago • 0 comments

Kotlin has Workflow.rendering(). Seems like a handy convenience for fakes and testing (and dependency injection where you support dynamic content but some consumers just want static renderings).

Checklist

  • [X] Unit Tests
  • [X] ~UI Tests~
  • [X] ~Snapshot Tests (iOS only)~
  • [X] I have made corresponding changes to the documentation

bencochran avatar Aug 22 '20 01:08 bencochran