18 lines
317 B
Swift
18 lines
317 B
Swift
//
|
|
// 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.
|
|
}
|
|
|
|
}
|