mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix test for Inputs/InputUsername.spec.js
This commit is contained in:
parent
d22173da9c
commit
75d406c265
@ -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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user