We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920e21 commit b221f66Copy full SHA for b221f66
README.md
@@ -65,7 +65,7 @@ your team down.
65
66
The `dom-testing-library` is a very light-weight solution for testing DOM nodes
67
(whether simulated with [`JSDOM`](https://github.com/jsdom/jsdom) as provided by
68
-default with [jest][] or in the browser). The main utilities it provides involve
+default with [Jest][] or in the browser). The main utilities it provides involve
69
querying the DOM for nodes in a way that's similar to how the user finds
70
elements on the page. In this way, the library helps ensure your tests give you
71
confidence in your UI code. The `dom-testing-library`'s primary guiding
0 commit comments