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 {
}