Initial Commit

This commit is contained in:
2026-02-23 21:44:20 +01:00
commit 5c9146d5c4
11 changed files with 868 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// 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.
}
}