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