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 0da9a45 commit d0fb6dfCopy full SHA for d0fb6df
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