We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a980be6 commit 56e07a2Copy full SHA for 56e07a2
tests/unit/components/Datepicker.spec.ts
@@ -37,7 +37,7 @@ const format = (date: Date): string => {
37
const mountDatepicker = async (
38
props: any = {},
39
): Promise<{ dp: VueWrapper<any>; menu: VueWrapper<any>; datePicker: VueWrapper<any> }> => {
40
- const dp = mount(MainComponent, { props }) as VueWrapper<any>;
+ const dp = mount(MainComponent, { props });
41
42
dp.vm.openMenu();
43
await flushPromises();
0 commit comments