SelfieCam/SelfieCamTests/SelfieCamTests.swift
Matt Bruce 1be8c073d3 initial commit
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
2026-01-04 10:57:30 -06:00

18 lines
303 B
Swift

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