Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Oct 30, 2024
1 parent 91e67ae commit 45ba047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packages/__VUE/dialog/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ test('Dialog: header slot', async () => {
test('Dialog: closeOnClickOverlay', async () => {
const wrapper1 = mount(Dialog, {
props: {
visible: true
visible: true,
closeOnClickOverlay: true
}
})
const wrapper2 = mount(Dialog, {
Expand Down

0 comments on commit 45ba047

Please sign in to comment.