block-employee-directory-in.../EmployeeDirectoryTests/EmployeeDirectoryTests.swift
2025-01-20 16:19:43 -06:00

18 lines
336 B
Swift

//
// EmployeeDirectoryTests.swift
// EmployeeDirectoryTests
//
// Created by Matt Bruce on 1/20/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.
}
}