piper-app/PiperTests/PiperTests.swift
2024-10-04 20:43:37 +02:00

18 lines
297 B
Swift

//
// PiperTests.swift
// PiperTests
//
// Created by Javier Cicchelli on 04/10/2024.
//
import Testing
@testable import Piper
struct PiperTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}