Skip to content

Commit 4fcb6d3

Browse files
committed
Add link to related issue
1 parent f27ac4a commit 4fcb6d3

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

0 commit comments

Comments
 (0)