summaryrefslogtreecommitdiff
path: root/HutchTests/HutchTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'HutchTests/HutchTests.swift')
-rw-r--r--HutchTests/HutchTests.swift16
1 files changed, 16 insertions, 0 deletions
diff --git a/HutchTests/HutchTests.swift b/HutchTests/HutchTests.swift
new file mode 100644
index 0000000..c681efa
--- /dev/null
+++ b/HutchTests/HutchTests.swift
@@ -0,0 +1,16 @@
+//
+// HutchTests.swift
+// HutchTests
+//
+// Created by cmc on 2026-03-18.
+//
+
+import Testing
+
+struct HutchTests {
+
+ @Test func example() async throws {
+ // Write your test here and use APIs like `#expect(...)` to check expected conditions.
+ }
+
+}