Skip to content

Commit 9eaa99c

Browse files
committed
Add link to related issue
1 parent d3a2163 commit 9eaa99c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vue-testing-library.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function render(
2121
configurationCb,
2222
) {
2323
// TODO: Can we simplify this by using attachTo?
24+
// Related: https://github.com/vuejs/vue-test-utils-next/issues/10
2425
const div = document.createElement('div')
2526
const baseElement = customBaseElement || customContainer || document.body
2627
const container = customContainer || baseElement.appendChild(div)

0 commit comments

Comments
 (0)