piper-app/Tests/UnitTests/UnitTests.swift

18 lines
327 B
Swift
Raw Normal View History

2024-10-04 20:43:37 +02:00
//
// UnitTests.swift
// UnitTests
2024-10-04 20:43:37 +02:00
//
// Created by Javier Cicchelli on 04/10/2024.
// Copyright © 2024 Röck+Cöde. All rights reserved.
2024-10-04 20:43:37 +02:00
//
import Testing
struct UnitTests {
2024-10-04 20:43:37 +02:00
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}