Skip to content

Commit

Permalink
Removed obsolete code in tests for ref support (jorgebucaran#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjazzyfunky committed Mar 30, 2021
1 parent dfd95f5 commit 5971299
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/refs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ export default [
const render = (vnode) => patch(container.firstChild, vnode)
const refObject = createRefObject()
const refCallback = createRefCallback()

container.appendChild(document.createElement("span"))

render(h("div", { ref: refObject }))
yield equal(refObject.current?.tagName, "DIV")
Expand Down

0 comments on commit 5971299

Please sign in to comment.