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 5ebdce7 commit af31e31Copy full SHA for af31e31
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