17 lines
438 B
Swift
17 lines
438 B
Swift
|
//
|
||
|
// This Source Code Form is subject to the terms of the Mozilla Public License,
|
||
|
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
||
|
// obtain one at https://mozilla.org/MPL/2.0/.
|
||
|
//
|
||
|
// Copyright 2025 Nicola Clark
|
||
|
//
|
||
|
|
||
|
@testable import OwnTP
|
||
|
import Testing
|
||
|
|
||
|
struct OwnTPTests {
|
||
|
@Test func example() async throws {
|
||
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||
|
}
|
||
|
}
|