Skip to content

Commit

Permalink
Remove jest.mock for composeBlocks test
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Bentegeac committed Jan 22, 2025
1 parent 455767f commit c652bf9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import { createCompositeSetting } from "./createCompositeSetting";
import { createCompositeSettings } from "./createCompositeSettings";
import { AdminComponentPropsMap, CompositeBlocksConfig, DataMapState } from "./types";

jest.mock("react-dnd", () => {
return;
});

// TODO: youtube block moved, space block deprecated, update tests

describe("composeBlocks", () => {
Expand Down

0 comments on commit c652bf9

Please sign in to comment.