Daily iOS
Testing

Testing Core Data and SwiftData

How do you set up unit tests for a store layer that depends on Core Data (or SwiftData) so that nothing is left on disk?

Submit