Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Aug 29, 2023
1 parent bd96b7f commit de24dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/__test__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ describe('button', () => {

$btn.dispatchEvent('agreeprivacyauthorization');
await simulate.sleep(10);
expect(handler).toHaveBeenCalledTimes(14);
expect(handler).toHaveBeenCalledTimes(16);
});
});
2 changes: 2 additions & 0 deletions src/calendar/__test__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ exports[`calendar :base 1`] = `
hoverStartTime="{{20}}"
hoverStayTime="{{70}}"
hoverStopPropagation="{{false}}"
id=""
lang="en"
openType=""
sendMessageImg=""
Expand All @@ -765,6 +766,7 @@ exports[`calendar :base 1`] = `
sessionFrom=""
showMessageCard="{{false}}"
style=""
bind:agreeprivacyauthorization="agreeprivacyauthorization"
bind:chooseavatar="chooseavatar"
bind:contact="contact"
bind:error="error"
Expand Down

0 comments on commit de24dc1

Please sign in to comment.