Skip to content

Commit

Permalink
test: remove window
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Jul 5, 2023
1 parent d2eefb1 commit 207ab4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/components/HTMLBlock.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const HTMLBlock = createHTMLBlock(createSchema(), {});

describe('HTML Block', () => {
beforeEach(() => {
global.window = true;
global.mockFn = jest.fn();
});

Expand Down

0 comments on commit 207ab4d

Please sign in to comment.