Implemented the FileService service in the library target.

This commit is contained in:
2025-03-11 23:29:58 +01:00
parent f6dcc80edc
commit 4d4ce5d647
3 changed files with 39 additions and 0 deletions
@@ -0,0 +1,7 @@
import Testing
@testable import DoxyLibrary
@Suite("FileService", .tags(.service))
struct FileServiceTests {
}
@@ -8,5 +8,6 @@ extension Tag {
@Tag static var enumeration: Tag
@Tag static var middleware: Tag
@Tag static var provider: Tag
@Tag static var service: Tag
}