Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
trpfrog committed Jan 3, 2024
1 parent 60a6dbb commit 622cee1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`MagicButton a mode snapshot testing (external link) 1`] = `
exports[`Button a mode snapshot testing (external link) 1`] = `
<DocumentFragment>
<a
class="button"
data-testid="button-component"
href="https://github.com"
rel="noreferrer noopener"
rel="noopener noreferrer"
target="_blank"
>
test
</a>
</DocumentFragment>
`;

exports[`MagicButton a mode snapshot testing (internal link) 1`] = `
exports[`Button a mode snapshot testing (internal link) 1`] = `
<DocumentFragment>
<a
class="button"
Expand All @@ -26,7 +26,7 @@ exports[`MagicButton a mode snapshot testing (internal link) 1`] = `
</DocumentFragment>
`;

exports[`MagicButton button mode snapshot testing 1`] = `
exports[`Button button mode snapshot testing 1`] = `
<DocumentFragment>
<button
class="button"
Expand All @@ -37,7 +37,7 @@ exports[`MagicButton button mode snapshot testing 1`] = `
</DocumentFragment>
`;

exports[`MagicButton div mode snapshot testing 1`] = `
exports[`Button div mode snapshot testing 1`] = `
<DocumentFragment>
<div
class="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`TwitterHeader snapshot test 1`] = `
>
<a
href="https://twitter.com/TrpFrog"
rel="noreferrer noopener"
rel="noopener noreferrer"
target="_blank"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports[`TwitterArchived snapshot test 1`] = `
>
<a
href="https://twitter.com/TrpFrog"
rel="noreferrer noopener"
rel="noopener noreferrer"
target="_blank"
>
<div
Expand Down Expand Up @@ -100,6 +100,8 @@ exports[`TwitterArchived snapshot test 1`] = `
>
<a
href="https://twitter.com/TrpFrog/status/1353937432136228864"
rel="noopener noreferrer"
target="_blank"
>
2000-10-17
</a>
Expand Down

0 comments on commit 622cee1

Please sign in to comment.