fitness_app/FitnessAppTests/FitnessAppTests.swift
2024-12-20 09:32:13 -06:00

18 lines
309 B
Swift

//
// 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.
}
}