Refactored the StaticFile enumeration in the Website library target into a structure.

This commit is contained in:
2026-08-24 22:37:13 +02:00
parent d8cf1abf6a
commit 74e81e1517
6 changed files with 153 additions and 155 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ struct AppTests {
}
}
@Test(arguments: StaticFile.allCases)
@Test(arguments: StaticFile.all)
func `static files to be served`(
staticFile file: StaticFile
) async throws {