Update Button.spec.js

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-19 17:21:04 +03:00
parent 738811ee0a
commit 69d0f98f26

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>`);
});
});