You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not high priority, but we could start writing new tests with this as it has a lot of nice new features like parameterized tests.
Went to a talk on this at KWDC24 and one bit is directly applicable to how we wrote testCustomRouteProvider. We could use Issue.record and withCheckedThrowingContinuation for our async closure pattern.
The text was updated successfully, but these errors were encountered:
Not high priority, but we could start writing new tests with this as it has a lot of nice new features like parameterized tests.
Went to a talk on this at KWDC24 and one bit is directly applicable to how we wrote
testCustomRouteProvider
. We could useIssue.record
andwithCheckedThrowingContinuation
for our async closure pattern.The text was updated successfully, but these errors were encountered: