EmployeeDirectory-SwiftUI/EmployeeDirectoryTests/EmployeeDirectoryTests.swift
2025-03-03 16:48:17 -06:00

18 lines
335 B
Swift

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