Files

12 lines
280 B
Swift
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
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)
}
}