Removed boilerplates from library and test targets.

This commit is contained in:
2025-09-18 23:04:55 +02:00
parent 854fd8e048
commit 5a3ec20fe9
2 changed files with 0 additions and 9 deletions
@@ -1,2 +0,0 @@
// The Swift Programming Language
// https://docs.swift.org/swift-book
@@ -1,7 +0,0 @@
import Testing
@testable import DocCMiddleware
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}