Skip to content

Commit 0329055

Browse files
committed
fix: Adjust failing test
1 parent f6c4037 commit 0329055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe('Utils and date utils formatting', () => {
132132
});
133133

134134
it('Should get default pattern', () => {
135-
const props = reactive({ enableTimePicker: true, is24: true, monthPicker: false });
135+
const props = reactive({ enableTimePicker: true, is24: true, monthPicker: false, enableMinutes: true });
136136
const { getDefaultPattern } = useDefaults(props as AllPropsType);
137137

138138
const patternDef = getDefaultPattern();

0 commit comments

Comments
 (0)