mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 14:17:58 -05:00
18 lines
282 B
Swift
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.
|
|
}
|
|
|
|
}
|