refactor: refs #7077 removed some comments
This commit is contained in:
parent
01b6e94008
commit
82e6cc0790
|
@ -10,7 +10,7 @@ describe('VnInputTime', () => {
|
||||||
wrapper = createWrapper(VnInputTime, {
|
wrapper = createWrapper(VnInputTime, {
|
||||||
props: {
|
props: {
|
||||||
isOutlined: true,
|
isOutlined: true,
|
||||||
timeOnly: false, // Initial props values
|
timeOnly: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
vm = wrapper.vm;
|
vm = wrapper.vm;
|
||||||
|
|
Loading…
Reference in New Issue