Skip to content

Commit

Permalink
Update DatetimeWidget.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Sep 27, 2024
1 parent 3413a4b commit 72b9301
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ beforeAll(
async () =>
await require('@plone/volto/helpers/Loadable/Loadable').__setLoadables(),
);
// jest.mock('./DatetimeWidget', () =>
// jest.fn(() => (
// <span className="metadata datetime widget">
// Tuesday, August 4, 2020 9:00 AM
// </span>
// )),
// );

const store = mockStore({
intl: {
Expand Down

0 comments on commit 72b9301

Please sign in to comment.