Testing SwiftData models in test target, “failed to find a currently active container”
I’m building out a SwiftData model in the preliminary stages of app development. I’m using test-driven development (tdd) to iterate on the model and iron out kinks prior to integrating the model into the app itself.