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 b2c597c commit fa3b7bfCopy full SHA for fa3b7bf
src/vue-testing-library.js
@@ -21,8 +21,6 @@ function render(
21
} = {},
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