8452-testToMaster #1292

Merged
alexm merged 394 commits from 8452-testToMaster into master 2025-01-28 06:44:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 82e6cc0790 - Show all commits

View File

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