Skip to content

Commit 38ce5db

Browse files
cameroncookeclaude
andcommitted
test(snapshots): Remove excluded preview override from single-module test
Drop the excludedSnapshotPreviews() override in the single-module allow test so it relies solely on the snapshotPreviewModules() allow list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b29c4ff commit 38ce5db

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Examples/MultiModuleDemo/MultiModuleDemoTests/MultiModuleDemoSnapshotTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ final class MultiModuleDemoSnapshotSingleModuleAllowTests: SnapshotTest {
77
override class func snapshotPreviewModules() -> [String]? {
88
return ["ModuleA"]
99
}
10-
11-
override class func excludedSnapshotPreviews() -> [String]? {
12-
return ["ModuleA/ModuleAViews.swift:ModuleA Button"]
13-
}
1410
}
1511

1612
final class MultiModuleDemoSnapshotMultipleModuleAllowTests: SnapshotTest {

0 commit comments

Comments
 (0)