Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Nov 27, 2024
1 parent 519bd01 commit bd19ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calendar/__test__/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('calendar', () => {
const onConfirm = vi.fn((e) => {
time.value = dayFormat(e, character);
});
const wrapper = await mount(
const wrapper = mount(
<Calendar
visible={true}
value={value}
Expand Down Expand Up @@ -168,7 +168,7 @@ describe('calendar', () => {
const onSelect = vi.fn((e) => {
selectTime.value = dayFormat(e, character);
});
const wrapper = await mount(
const wrapper = mount(
<Calendar
visible={true}
value={value}
Expand Down

0 comments on commit bd19ba7

Please sign in to comment.