mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +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();
|
jest.useFakeTimers();
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
document.body.innerHTML = "";
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("html-button-response", () => {
|
describe("html-button-response", () => {
|
||||||
it("displays html stimulus and buttons", async () => {
|
it("displays html stimulus and buttons", async () => {
|
||||||
const { getHTML } = await startTimeline([
|
const { getHTML } = await startTimeline([
|
||||||
|
Loading…
Reference in New Issue
Block a user