pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.72k stars 565 forks source link

Transform `assertCustomInline()` to `assertCustomInline { ... }` #788

Closed stephencelis closed 10 months ago

stephencelis commented 10 months ago

Right now we preserve the (), which leads to atypical Swift code, like:

assertCustomInline() {
  """
  ...
  """
}