This commit is contained in:
11
packages/swift/Tests/KreuzbergTests/KreuzbergTests.swift
generated
Normal file
11
packages/swift/Tests/KreuzbergTests/KreuzbergTests.swift
generated
Normal file
@@ -0,0 +1,11 @@
|
||||
import XCTest
|
||||
|
||||
@testable import Kreuzberg
|
||||
|
||||
final class KreuzbergTests: XCTestCase {
|
||||
func testPlaceholder() throws {
|
||||
// Placeholder test so `swift test` has a target to run.
|
||||
// Replace or extend with real tests against the Kreuzberg module.
|
||||
XCTAssertTrue(true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user