// // FitnessAppTests.swift // FitnessAppTests // // Created by Matt Bruce on 12/20/24. // import Testing @testable import FitnessApp struct FitnessAppTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }