Skip to content

Commit ca21919

Browse files
committed
Remove outdated comment
1 parent 5ed271b commit ca21919

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vue-testing-library.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ function render(
2020
} = {},
2121
configurationCb,
2222
) {
23-
// TODO: Can we simplify this by using attachTo?
24-
// Related: https://github.com/vuejs/vue-test-utils-next/issues/10
2523
const div = document.createElement('div')
2624
const baseElement = customBaseElement || customContainer || document.body
2725
const container = customContainer || baseElement.appendChild(div)

0 commit comments

Comments
 (0)