mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
|
@ -1,4 +1,4 @@
|
|||
import { mount } from '@vue/test-utils';
|
||||
import { mount } from '@vue/test-utils';
|
||||
import InputText from './InputText.vue';
|
||||
|
||||
describe('InputText.vue', () => {
|
||||
|
@ -12,6 +12,7 @@ describe('InputText.vue', () => {
|
|||
expect(wrapper.find('.p-filled').exists()).toBe(true);
|
||||
|
||||
const input = wrapper.find('input');
|
||||
|
||||
expect(input.element.value).toEqual('PrimeVue');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue