Skip to content

Commit

Permalink
remove redundant clear of dom on test finish
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeddelta committed Dec 2, 2024
1 parent fe53143 commit dd3caab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/plugin-html-button-response/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import htmlButtonResponse from ".";

jest.useFakeTimers();

beforeEach(() => {
document.body.innerHTML = "";
});

describe("html-button-response", () => {
it("displays html stimulus and buttons", async () => {
const { getHTML } = await startTimeline([
Expand Down

0 comments on commit dd3caab

Please sign in to comment.