Skip to content

Commit 45ba047

Browse files
committed
fix: unit test
1 parent 91e67ae commit 45ba047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packages/__VUE/dialog/__tests__/index.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ test('Dialog: header slot', async () => {
6363
test('Dialog: closeOnClickOverlay', async () => {
6464
const wrapper1 = mount(Dialog, {
6565
props: {
66-
visible: true
66+
visible: true,
67+
closeOnClickOverlay: true
6768
}
6869
})
6970
const wrapper2 = mount(Dialog, {

0 commit comments

Comments
 (0)