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