Skip to content

Commit e3c5b17

Browse files
committed
set test snapshot record to missing
1 parent 33ae99f commit e3c5b17

File tree

95 files changed

+106
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+106
-106
lines changed

Tests/HTML+CSS+PointFreeHTML Tests/HTML+CSS+PointFree Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct IntegrationTests {
6969

7070
@Test(
7171
"General3",
72-
.snapshots(record: .failed)
72+
.snapshots(record: .missing)
7373
)
7474
func general3() {
7575
assertInlineSnapshot(

Tests/HTMLElements+PointFreeHTML Tests/<a> Anchor Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Anchor Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct AnchorTests {
1212
@Test("Basic anchor renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<abbr> Abbreviation Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//@Suite(
88
// "Abbreviation Element Tests",
9-
// .snapshots(record: .failed),
9+
// .snapshots(record: .missing),
1010
//)
1111
//struct AbbreviationTests {
1212
// @Test("Basic abbreviation renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<address> Contact Address Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Address Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct AddressTests {
1212
@Test("Basic address renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<area> Image Map Area Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Area Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct AreaTests {
1212
@Test("Basic area renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<article> Article Contents Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Article Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct ArticleTests {
1212
@Test("Basic article renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<aside> Aside Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Aside Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct AsideTests {
1212
@Test("Basic aside renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<audio> Embed Audio Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Embed Audio Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct AudioTests {
1212
@Test("Basic audio renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<b> Bring Attention To Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"B Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct BTests {
1212
@Test("Basic b element renders correctly")

Tests/HTMLElements+PointFreeHTML Tests/<base> Document Base URL Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HTMLElementTypes
66

77
@Suite(
88
"Base Element Tests",
9-
.snapshots(record: .failed)
9+
.snapshots(record: .missing)
1010
)
1111
struct BaseTests {
1212
@Test("Base with href renders correctly")

0 commit comments

Comments
 (0)