We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a2163 commit 9eaa99cCopy full SHA for 9eaa99c
src/vue-testing-library.js
@@ -21,6 +21,7 @@ function render(
21
configurationCb,
22
) {
23
// TODO: Can we simplify this by using attachTo?
24
+ // Related: https://github.com/vuejs/vue-test-utils-next/issues/10
25
const div = document.createElement('div')
26
const baseElement = customBaseElement || customContainer || document.body
27
const container = customContainer || baseElement.appendChild(div)
0 commit comments