Skip to content

Commit

Permalink
mock up date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Feb 26, 2025
1 parent 117186e commit 9d5e194
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ jest.mock('@mui/material', () => {
}
})

jest.mock('@mui/x-date-pickers/DateTimePicker', () => {
return {
DateTimePicker: jest.requireActual(
'@mui/x-date-pickers/DesktopDateTimePicker',
).DesktopDateTimePicker,
}
})

const queryRequest: QueryBundleRequest = {
partMask: 255,
concreteType: 'org.sagebionetworks.repo.model.table.QueryBundleRequest',
Expand Down

0 comments on commit 9d5e194

Please sign in to comment.