refactor: refs #7077 removed some comments

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-16 07:18:05 +01:00
parent 01b6e94008
commit 82e6cc0790
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('VnInputTime', () => {
wrapper = createWrapper(VnInputTime, {
props: {
isOutlined: true,
timeOnly: false, // Initial props values
timeOnly: false,
},
});
vm = wrapper.vm;