Update Button.spec.js

pull/3892/head
Tuğçe Küçükoğlu 2023-04-19 17:21:04 +03:00
parent 738811ee0a
commit 69d0f98f26
1 changed files with 3 additions and 1 deletions

View File

@ -79,6 +79,8 @@ describe('Button.vue', () => {
} }
}); });
expect(wrapper.html()).toBe('<button class="p-button p-component" type="button"><span class="ml-2 font-bold">Default PrimeVue Button</span></button>'); expect(wrapper.html()).toBe(`<button class="p-button p-component" type="button"><span class="ml-2 font-bold">Default PrimeVue Button</span>
<!--v-if-->
</button>`);
}); });
}); });