#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +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;