SwiftUI - Test drive the logic inside a view using TDD
Problem: How test behavior inside a SwiftUI view ? Solution: Extract all the logic in a ViewModel and test drive only the behaviour using the TDD process ! You have this view to integrate Specs for this design look like this: - [ ] Display favor...
May 30, 202216 min read165


