piper-app/PiperTests/PiperTests.swift

18 lines
297 B
Swift
Raw Normal View History

2024-10-04 20:43:37 +02:00
//
// 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.
}
}