18 lines
348 B
Swift
18 lines
348 B
Swift
//
|
|
// watch_untis_Watch_AppTests.swift
|
|
// watch-untis Watch AppTests
|
|
//
|
|
// Created by Theis on 23.02.26.
|
|
//
|
|
|
|
import Testing
|
|
@testable import watch_untis_Watch_App
|
|
|
|
struct watch_untis_Watch_AppTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|