Fixed failed tests

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-28 17:16:56 +03:00
parent de7c737ba2
commit d0ec2bc110
3 changed files with 5 additions and 7 deletions

View file

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