← back to Exo

app/EXO/EXOTests/EXOTests.swift

19 lines

//
//  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.
    }

}