Skip to content

Commit 1fcbae3

Browse files
smacpherson64gnapse
authored andcommitted
docs: Updated README to have correct selector (#43)
1 parent 2a93f29 commit 1fcbae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ import 'jest-dom/extend-expect'
134134
// document.body.innerHTML = `<span data-testid="html-element"><span>Html Element</span></span><svg data-testid="svg-element"></svg>`
135135

136136
// const htmlElement = document.querySelector('[data-testid="html-element"]')
137-
// const svgElement = document.querySelector('[data-testid="html-element"]')
137+
// const svgElement = document.querySelector('[data-testid="svg-element"]')
138138
// const detachedElement = document.createElement('div')
139139

140140
expect(htmlElement).toBeInTheDocument()

0 commit comments

Comments
 (0)