From c6bfadfea57ae5ff4855764d701657e3bac6a22c Mon Sep 17 00:00:00 2001 From: smacpherson64 Date: Tue, 24 Jul 2018 11:22:34 -0500 Subject: [PATCH] fix: Updated README to have correct selector --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faec4cbb..d005ba4b 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ import 'jest-dom/extend-expect' // document.body.innerHTML = `Html Element` // const htmlElement = document.querySelector('[data-testid="html-element"]') -// const svgElement = document.querySelector('[data-testid="html-element"]') +// const svgElement = document.querySelector('[data-testid="svg-element"]') // const detachedElement = document.createElement('div') expect(htmlElement).toBeInTheDocument()