Skip to content

Commit

Permalink
Remove NoInformationText again
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jan 31, 2024
1 parent f84b7f7 commit d9832f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 125 deletions.
117 changes: 0 additions & 117 deletions Sources/SpeziViews/Views/Text/NoInformationText.swift

This file was deleted.

8 changes: 0 additions & 8 deletions Tests/SpeziViewsTests/SnapshotTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ import XCTest


final class SnapshotTests: XCTestCase {
func testNoInformationText() {
let view = NoInformationText(verbatim: "No Contacts") {
Text(verbatim: "Newly added contacts will appear here.")
}

assertSnapshot(of: view, as: .image(layout: .device(config: .iPhone13Pro)))
}

func testListRow() {
let row = List {
ListRow(verbatim: "San Francisco") {
Expand Down
Binary file not shown.

0 comments on commit d9832f3

Please sign in to comment.