Skip to content

Commit

Permalink
fix FormattingButtons-test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 15, 2023
1 parent a6e06e9 commit e56040e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ const classes = {
};

describe("FormattingButtons", () => {
beforeEach(() => {
openLinkModalSpy.mockReturnValue(undefined);
});

afterEach(() => {
jest.resetAllMocks();
});
Expand Down

0 comments on commit e56040e

Please sign in to comment.