"howdy y'all" commit
This commit is contained in:
16
OwnTPTests/OwnTPTests.swift
Normal file
16
OwnTPTests/OwnTPTests.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user