Skip to content

Commit

Permalink
remove unneeded id
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jun 18, 2019
1 parent 6d63f65 commit 0ab04ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/moon/test/executor/executor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Moon from "../../src/index";
let root = document.createElement("span");
let eventResult;
window.requestAnimationFrame = (fn) => fn();
root.setAttribute("id", "root");
document.body.appendChild(root);

function shuffle(arr) {
Expand Down

0 comments on commit 0ab04ab

Please sign in to comment.