We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b430986 commit 4977568Copy full SHA for 4977568
src/vue-testing-library.js
@@ -81,8 +81,6 @@ function cleanup() {
81
}
82
83
function cleanupAtWrapper(wrapper) {
84
- console.dir(wrapper)
85
-
86
if (
87
wrapper.element.parentNode &&
88
wrapper.element.parentNode.parentNode === document.body
0 commit comments