Skip to content

Commit

Permalink
✅ [open-formulieren/open-forms#3755] Test new date/datetime types
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 23, 2024
1 parent f86b6e5 commit c4bffe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-d/formio/components/date.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ expectAssignable<DateComponentSchema>({
},
},
},
customOptions: {
allowInvalidPreload: true,
},
});

// invalid, multiple true and non-array default value
Expand Down
3 changes: 3 additions & 0 deletions test-d/formio/components/datetime.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ expectAssignable<DateTimeComponentSchema>({
},
},
},
customOptions: {
allowInvalidPreload: true,
},
});

// invalid, multiple true and non-array default value
Expand Down

0 comments on commit c4bffe2

Please sign in to comment.