Documented the String+Constants extension in the library target.

This commit is contained in:
2025-03-07 22:14:25 +01:00
parent 9154009f6e
commit 765ab9c778
4 changed files with 13 additions and 1 deletions
@@ -5,6 +5,8 @@ import Testing
@Suite("IndexPrefix", .tags(.enumeration))
struct IndexPrefixTests {
// MARK: Properties tests
@Test(arguments: zip(IndexPrefix.allCases, [String].paths))
func path(
for prefix: IndexPrefix,
@@ -5,6 +5,8 @@ import Testing
@Suite("StaticFile", .tags(.enumeration))
struct StaticFileTests {
// MARK: Properties tests
@Test(arguments: zip(StaticFile.allCases, [String].paths))
func path(
for prefix: StaticFile,