mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
remove redundant clear of dom on test finish
This commit is contained in:
parent
fe53143d8a
commit
dd3caab64f
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user