Components added. Build issues fixed

This commit is contained in:
Bahadir Sofuoglu 2022-09-14 14:26:01 +03:00
parent 5b66ed1093
commit 18c3721848
344 changed files with 12446 additions and 8758 deletions

View file

@ -36,7 +36,7 @@ describe('Inplace.vue', () => {
expect(wrapper.emitted()['update:active'][1]).toEqual([false]);
});
it('closable inplace', async() => {
it('closable inplace', async () => {
const wrapper = mount(Inplace, {
global: {
components: {
@ -64,4 +64,4 @@ describe('Inplace.vue', () => {
expect(wrapper.find('.pi.pi-times').exists()).toBe(false);
});
});
});