Skip to content

Commit cb3a07b

Browse files
committed
Add custom-scripts.json to DocumentationInputsProviderTests
1 parent cf34a4f commit cb3a07b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftDocCTests/Infrastructure/Input Discovery/DocumentationInputsProviderTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ class DocumentationInputsProviderTests: XCTestCase {
3131
// This top-level Info.plist will be read for bundle information
3232
InfoPlist(displayName: "CustomDisplayName"),
3333

34-
// These top-level files will be treated as a custom footer and a custom theme
34+
// Top-level files with customization
3535
TextFile(name: "footer.html", utf8Content: ""),
3636
TextFile(name: "theme-settings.json", utf8Content: ""),
37+
TextFile(name: "custom-scripts.json", utf8Content: ""),
3738

3839
// Top-level content will be found
3940
TextFile(name: "CCC.md", utf8Content: ""),

0 commit comments

Comments
 (0)