Skip to content

Commit f0909fa

Browse files
afontcuKent C. Dodds
authored andcommitted
dom-testing-library -> DOM Testing Library (#341)
1 parent 482f6b1 commit f0909fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>dom-testing-library</h1>
2+
<h1>DOM Testing Library</h1>
33

44
<a href="https://www.emojione.com/emoji/1f419">
55
<img
@@ -72,12 +72,12 @@ functionality) don't break your tests and slow you and your team down.
7272

7373
## This Solution
7474

75-
The `dom-testing-library` is a very light-weight solution for testing DOM nodes
75+
The `DOM Testing Library` is a very light-weight solution for testing DOM nodes
7676
(whether simulated with [`JSDOM`](https://github.com/jsdom/jsdom) as provided by
7777
default with [Jest][] or in the browser). The main utilities it provides involve
7878
querying the DOM for nodes in a way that's similar to how the user finds
7979
elements on the page. In this way, the library helps ensure your tests give you
80-
confidence in your UI code. The `dom-testing-library`'s primary guiding
80+
confidence in your UI code. The `DOM Testing Library`'s primary guiding
8181
principle is:
8282

8383
> [The more your tests resemble the way your software is used, the more

0 commit comments

Comments
 (0)