Skip to content

Commit fa3b7bf

Browse files
committed
Remove outdated comment
1 parent b2c597c commit fa3b7bf

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
@@ -21,8 +21,6 @@ function render(
2121
} = {},
2222
configurationCb,
2323
) {
24-
// TODO: Can we simplify this by using attachTo?
25-
// Related: https://github.com/vuejs/vue-test-utils-next/issues/10
2624
const div = document.createElement('div')
2725
const baseElement = customBaseElement || customContainer || document.body
2826
const container = customContainer || baseElement.appendChild(div)

0 commit comments

Comments
 (0)