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 f27ac4a commit 4fcb6d3Copy full SHA for 4fcb6d3
src/vue-testing-library.js
@@ -22,6 +22,7 @@ function render(
22
configurationCb,
23
) {
24
// TODO: Can we simplify this by using attachTo?
25
+ // Related: https://github.com/vuejs/vue-test-utils-next/issues/10
26
const div = document.createElement('div')
27
const baseElement = customBaseElement || customContainer || document.body
28
const container = customContainer || baseElement.appendChild(div)
0 commit comments