Skip to content

Commit

Permalink
feat: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 committed Dec 6, 2022
1 parent a2e6e53 commit d05884f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions components/app/__tests__/__snapshots__/demo-extend.test.ts.snap
Expand Up @@ -4,9 +4,14 @@ exports[`renders ./components/app/demo/message.tsx extend context correctly 1`]
<div
class="ant-app"
>
<div>
Hello World
</div>
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
Open message
</span>
</button>
</div>
`;

Expand Down Expand Up @@ -34,7 +39,7 @@ exports[`renders ./components/app/demo/notification.tsx extend context correctly
type="button"
>
<span>
Open Notification
Open notification
</span>
</button>
</div>
Expand Down
13 changes: 9 additions & 4 deletions components/app/__tests__/__snapshots__/demo.test.ts.snap
Expand Up @@ -4,9 +4,14 @@ exports[`renders ./components/app/demo/message.tsx correctly 1`] = `
<div
class="ant-app"
>
<div>
Hello World
</div>
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
Open message
</span>
</button>
</div>
`;

Expand Down Expand Up @@ -34,7 +39,7 @@ exports[`renders ./components/app/demo/notification.tsx correctly 1`] = `
type="button"
>
<span>
Open Notification
Open notification
</span>
</button>
</div>
Expand Down

0 comments on commit d05884f

Please sign in to comment.