fix test for Inputs/InputUsername.spec.js

This commit is contained in:
ogerly 2023-06-12 11:18:01 +02:00
parent d22173da9c
commit 75d406c265

View File

@ -15,8 +15,13 @@ describe('UserName Form', () => {
},
}
const propsData = {
value: '',
unique: false,
}
const Wrapper = () => {
return mount(InputUsername, { localVue, mocks })
return mount(InputUsername, { localVue, mocks, propsData })
}
describe('mount', () => {