feat: #7077 created test for VnInputTime #1163

Merged
provira merged 10 commits from 7077-testVnInputTime into dev 2025-01-16 08:24:03 +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,
provira marked this conversation as resolved Outdated

el comentario

el comentario
},
});
vm = wrapper.vm;