Refactored the StaticFile enumeration in the Website library target into a structure.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user