Files
exo/app/EXO/EXOTests/EXOTests.swift
2025-12-18 20:06:03 +00:00

18 lines
282 B
Swift

//
// EXOTests.swift
// EXOTests
//
// Created by Sami Khan on 2025-11-22.
//
import Testing
@testable import EXO
struct EXOTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}