18 lines
283 B
Swift
18 lines
283 B
Swift
//
|
|
// GazeTests.swift
|
|
// GazeTests
|
|
//
|
|
// Created by Mike Freno on 1/7/26.
|
|
//
|
|
|
|
import Testing
|
|
@testable import Gaze
|
|
|
|
struct GazeTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|