app/EXO/EXOTests/EXOTests.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.
}
}