Skip to content

Commit

Permalink
update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 14, 2024
1 parent e1ed021 commit 2c5a531
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<h1 class="title">
An error occured
</h1>
<pre class="text">965 | // for test
966 | assert.colors = colors;
967 | assert.underlines = underlines;
968 | class AssertionError extends Error {}
<pre class="text">966 | // for test
967 | assert.colors = colors;
968 | assert.underlines = underlines;
969 | class AssertionError extends Error {}
^
AssertionError: actual and expect are different

actual: "foo"
expect: "bar"
AssertionError@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A968%3A3')">file:///mocked_for_snapshots:968:3</a>
createAssert/assert.createAssertionError@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A971%3A28')">file:///mocked_for_snapshots:971:28</a>
assert@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A954%3A35')">file:///mocked_for_snapshots:954:35</a>
AssertionError@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A969%3A3')">file:///mocked_for_snapshots:969:3</a>
createAssert/assert.createAssertionError@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A972%3A28')">file:///mocked_for_snapshots:972:28</a>
assert@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A955%3A35')">file:///mocked_for_snapshots:955:35</a>
@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fjs_module_inline_assertion_error%2Fmain.html%3A14%3A13')">file:///js_module_inline_assertion_error/main.html:14:13</a>
</pre>
<div class="tip">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1 class="title">
actual: "foo"
expect: "bar"
AssertionError@
@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A971%3A46')">file:///mocked_for_snapshots:971:46</a>
assert@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A954%3A55')">file:///mocked_for_snapshots:954:55</a>
@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A972%3A46')">file:///mocked_for_snapshots:972:46</a>
assert@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fmocked_for_snapshots%3A955%3A55')">file:///mocked_for_snapshots:955:55</a>
module code@<a href="javascript:window.fetch('/__open_in_editor__/file%3A%2F%2F%2Fjs_module_inline_assertion_error%2Fmain.html%3A14%3A13')">file:///js_module_inline_assertion_error/main.html:14:13</a></pre>
<div class="tip">
Click outside to close.
Expand Down

0 comments on commit 2c5a531

Please sign in to comment.