ScoutTests/ScoutTests.swift 292 B raw
1
//
2
//  ScoutTests.swift
3
//  ScoutTests
4
//
5
//  Created by Steve Simkins on 12/20/25.
6
//
7
8
import Testing
9
@testable import Scout
10
11
struct ScoutTests {
12
13
    @Test func example() async throws {
14
        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
15
    }
16
17
}