Initial Commit

This commit is contained in:
Felix Förtsch
2024-08-10 15:46:21 +02:00
commit 8f289e506f
11 changed files with 825 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// WorkoutsPlusTests.swift
// WorkoutsPlusTests
//
// Created by Felix Förtsch on 10.08.24.
//
import Testing
@testable import WorkoutsPlus
struct WorkoutsPlusTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}