Initial Commit
This commit is contained in:
17
GazeTests/GazeTests.swift
Normal file
17
GazeTests/GazeTests.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user