Skip to content

Commit

Permalink
📸 test: 更新快照
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 5, 2023
1 parent dd20a50 commit b72edde
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/pages/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ exports[`App 默认 1`] = `
line-height: 1.5em;
}
.emotion-3 {
padding: 8px;
background: #f5f5f5;
}
<div>
<div
class="emotion-0"
Expand All @@ -31,14 +36,18 @@ exports[`App 默认 1`] = `
<ul
class="emotion-2"
>
<li>
<li
class="emotion-3"
>
To get started, edit
<code>
src/pages/index.js
</code>
and save to reload.
</li>
<li>
<li
class="emotion-3"
>
<a
href="https://umijs.org/guide/getting-started.html"
>
Expand Down

0 comments on commit b72edde

Please sign in to comment.