Skip to content

Commit

Permalink
fix(app): Update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 14, 2023
1 parent 24f102f commit 42ef0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ exports[`SnapshotContainer component > renders successfully 1`] = `
>
<span>
<label>
Location:
Location:
</label>
<p>
/participants.tsv
Expand All @@ -269,7 +269,7 @@ exports[`SnapshotContainer component > renders successfully 1`] = `
class="e-meta"
>
<label>
Reason:
Reason:
</label>
<p>
Tabular file contains custom columns not described in a data dictionary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`File Viewer - JSON > renders with invalid JSON 1`] = `
<DocumentFragment>
<h3>
Tree
</h3>
<hr />
<p>
JSON failed to parse
</p>
<pre>
Unexpected token ; in JSON at position 4
</pre>
<h3>
Raw
</h3>
<hr />
<pre
class="css-ffm88e"
>
1234;
</pre>
</DocumentFragment>
`;

exports[`File Viewer - JSON > renders with valid JSON 1`] = `
<DocumentFragment>
<h3>
Expand Down

0 comments on commit 42ef0b5

Please sign in to comment.