Updated the names of the targets in Package file.

This commit is contained in:
2025-03-09 22:53:45 +01:00
parent e866d1da71
commit 5f60d0f421
10 changed files with 17 additions and 17 deletions
@@ -1,6 +1,6 @@
import Testing
@testable import AppLibrary
@testable import DoxyLibrary
@Suite("AssetPrefix", .tags(.enumeration))
struct AssetPrefixTests {
@@ -1,6 +1,6 @@
import Testing
@testable import AppLibrary
@testable import DoxyLibrary
@Suite("IndexPrefix", .tags(.enumeration))
struct IndexPrefixTests {
@@ -1,6 +1,6 @@
import Testing
@testable import AppLibrary
@testable import DoxyLibrary
@Suite("StaticFile", .tags(.enumeration))
struct StaticFileTests {
@@ -2,7 +2,7 @@ import Hummingbird
import HummingbirdTesting
import Testing
@testable import AppLibrary
@testable import DoxyLibrary
@Suite("DocCMiddleware", .tags(.middleware))
struct DoccMiddlewareTests {
@@ -1,6 +1,6 @@
import Testing
@testable import AppLibrary
@testable import DoxyLibrary
@Suite("PathProvider", .tags(.provider))
struct PathProviderTests {
@@ -1,4 +1,4 @@
import AppLibrary
import DoxyLibrary
import Hummingbird
import HummingbirdTesting
import Testing
+1 -1
View File
@@ -1,4 +1,4 @@
import AppLibrary
import DoxyLibrary
import Logging
struct TestArguments: AppArguments {